Crate saphir [] [src]

Macros

hset
reg
scrypt
scrypt_check

Structs

BasicController
Body

A Stream for Chunks used in requests and responses.

ControllerDispatch
Headers

A map of header fields on requests and responses.

Http

A configuration of the HTTP protocol.

MiddlewareStack
Request

An HTTP Request

Response

An HTTP Response

Router
Server
SyncRequest
Uri

The Request-URI of a Request's StartLine.

Enums

HttpVersion

Represents a version of the HTTP spec.

Method

The Request Method (VERB)

RequestContinuation
ServerError
StatusCode

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

Traits

Controller
LoadBody
Middleware
Service

An asynchronous function from Request to a Response.

ToRegex