Package dev.mccue.microhttp.handler


package dev.mccue.microhttp.handler
  • Class
    Description
    Template for a class which has a list of handlers that it tries in order.
    Handler for requests.
    Something which can be converted into a Response.
    Template for a handler that handles a single route by matching on the request's uri path and filtering on the request's method.