Module handler

Module handler 

Source
Expand description

Handler implementations

Structs§

ForPath
Handler wrapper that responds to the given request path using the given handler.
StaticResponse
Returns a fixed response for any request (it doesn’t match on any path)