[][src]Crate actix_framed

Modules

http

Various HTTP related types

test

Various helpers for Actix applications to use during testing.

Structs

Error

General purpose actix web error.

FramedApp

Application builder

FramedAppService
FramedRequest
FramedRoute

Resource route definition

Response

An HTTP Response

SendError

Send http/1 error response

State

Application state

VerifyWebSockets

Service that verifies incoming request if it is valid websocket upgrade request. In case of error returns HandshakeError

Traits

HttpMessage

Trait that implements general purpose operations on http messages

ResponseError

Error that can be converted to Response