Expand description
Basic http primitives for actix-net framework.
Re-exports§
pub use self::error::Error;
pub use self::error::ResponseError;
pub use self::error::Result;
pub use self::httpmessage::HttpMessage;
Modules§
- Http client api
- https://github.com/alexcrichton/cookie-rs fork
- Content-Encoding support
- Error and Result module
- HTTP/1 implementation
- HTTP/2 implementation
- Various HTTP related types
- Test Various helpers for Actix applications to use during testing.
- WebSocket protocol support.
Macros§
Structs§
- A type map of request extensions.
ServiceFactory
HTTP1.1/HTTP2 transport implementation- A http service builder
- Request
- An HTTP Response
- An HTTP response builder
- Http service configuration
Enums§
- Server keep-alive setting
- Type represent streaming payload
- Http protocol
Type Aliases§
- Type represent boxed payload