Crate velto

Source

Re-exports§

pub use app::App;
pub use router::Handler;
pub use template::render_template;

Modules§

app
macros
prelude
router
template

Macros§

render
route

Structs§

Cursor
A Cursor wraps an in-memory buffer and provides it with a Seek implementation.
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.