Re-exports§
pub use app::App;pub use router::Handler;pub use template::render_template;
Modules§
Macros§
Structs§
- Cursor
- A
Cursorwraps an in-memory buffer and provides it with aSeekimplementation. - HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- Header
- Represents a HTTP header.
- Request
- Represents an HTTP request made by a client.
- Response
- Object representing an HTTP response whose purpose is to be given to a
Request.