Module lexa_framework::http
source · Re-exports
pub use self::request::HttpRequest;pub use self::response::HttpResponse;
Modules
- HTTP header types
- The HTTP request method
- HTTP status codes
- URI component of request and response lines
- HTTP version
Structs
- A generic “error” for HTTP connections
- A type map of protocol extensions.
- A set of HTTP headers
- Represents an HTTP header field name
- Represents an HTTP header field value.
- The Request Method (VERB)
- Represents an HTTP request.
- Represents an HTTP response
- An HTTP status code (
status-codein RFC 7230 et al.). - The URI component of a request.
- Represents a version of the HTTP spec.
Traits
Type Aliases
- A
Resulttypedef to use with thehttp::Errortype