Module salvo_core::http[][src]

Re-exports

pub use cookie;
pub use errors::HttpError;
pub use errors::ReadError;
pub use range::HttpRange;
pub use request::Request;
pub use response::Response;
pub use headers;

Modules

HTTP header types

The HTTP request method

URI component of request and response lines

HTTP version

Structs

A set of HTTP headers

Represents an HTTP header field value.

The Request Method (VERB)

A parsed mime or media type.

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

Traits

Trait representing a streaming body of a Request or Response.

Functions