Re-exports§
pub use request::HttpRequest;
pub use response::HttpResponse;
Modules§
Macros§
Structs§
- Holds a “stream” for a
request
This is an object where the http request can read and write to. - Server Error
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.