[][src]Crate darpi_web

Re-exports

pub use json::Json;
pub use request::Query;

Modules

json
logger
middleware
request
response
xml
yaml

Structs

Body

A stream of Bytes, used when receiving bodies.

Request

Represents an HTTP request.

Response

Represents an HTTP response

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Traits

HttpBody

Trait representing a streaming body of a Request or Response.