Module http
Source - HttpResponse
- HTTP Response builder providing Laravel-like response creation
- ParamError
- Error type for missing route parameters
- Redirect
- HTTP Redirect response builder
- RedirectRouteBuilder
- Builder for redirects to named routes with parameters
- Request
- HTTP Request wrapper providing Laravel-like access to request data
- ResponseExt
- Extension trait for Response to enable method chaining on macros
- json
- Create a JSON response from a serde_json::Value
- text
- Create a text response
- Response
- Response type alias - allows using
? operator for early returns