Re-exports§
pub use request::HttpRequest;pub use response::HttpResponse;
Modules§
Macros§
Structs§
- Server Error
- Holds a “stream” for a
requestThis is an object where the http request can read and write to.
Enums§
- Request Method
pub use request::HttpRequest;pub use response::HttpResponse;request
This is an object where the http request can read and write to.