Crate responder

Source
Expand description

Quickly set up a backend web framework using rust. Very fast and easy to use.

Re-exports§

pub use response::Respond;
pub use response::not_found;
pub use stream::Stream;

Modules§

errors
prelude
request
response
stream

Structs§

FILE_CACHE
Server
The Server struct contains changeable fields which configures the server during both startup and whilst it’s running.

Enums§

Route
A quick way of nesting routes inside of eachother stacks can contain either yet another stack, or an endpoint like Get or Post. This enum is used for the server config when initializing the server.

Functions§

trim