Crate darpi_web[][src]

Re-exports

pub use json::Json;

Modules

handler
job
json
logger
middleware
request
response
ws
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.