Module salvo::http[][src]

Expand description

Types that map to concepts in HTTP.

This module exports types that map to HTTP concepts or to the underlying HTTP library when needed. Because the underlying HTTP library is likely to change (see #17), types in [hyper] should be considered unstable.

Modules

Client- and server-side abstractions for HTTP multipart/form-data requests using asynchronous I/O.

HTTP cookie parsing and cookie jar management.

HTTP header types

Typed HTTP Headers

Structs

A set of HTTP headers

Represents an HTTP header field value.

HTTP Range header representation.

The Request Method (VERB)

A parsed mime or media type.

Represents an HTTP request.

Represents an HTTP response

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

Enums

Traits

Functions