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

Structs

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

Enums

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