Module salvo::http[][src]

Modules

body_chunk

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

cookie

HTTP cookie parsing and cookie jar management.

errors
form
header

HTTP header types

headers

Typed HTTP Headers

method

The HTTP request method

multipart
range
request
response
uri

URI component of request and response lines

version

HTTP version

Structs

HeaderMap

A set of HTTP headers

HeaderValue

Represents an HTTP header field value.

HttpError
HttpRange

HTTP Range header representation.

Method

The Request Method (VERB)

Mime

A parsed mime or media type.

Request

Represents an HTTP request.

Response

Represents an HTTP response

StatusCode

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

Enums

ReadError

Traits

BodyChunk
HttpBody

Trait representing a streaming body of a Request or Response.

Functions

guess_accept_mime