Module http

Module http 

Source

Structs§

HttpResponse
HTTP Response builder providing Laravel-like response creation
ParamError
Error type for missing route parameters
Request
HTTP Request wrapper providing Laravel-like access to request data

Traits§

ResponseExt
Extension trait for Response to enable method chaining on macros

Functions§

json
Create a JSON response from a serde_json::Value
text
Create a text response

Type Aliases§

Response
Response type alias - allows using ? operator for early returns