Expand description
Handler implementations
Structs§
- ForPath
- Handler wrapper that responds to the given request path using the given handler.
- Static
Response - Returns a fixed response for any request (it doesn’t match on any path)
Handler implementations