Module http

Source

Modules§

body
header
HTTP header types
method
The HTTP request method
request
response
status
HTTP status codes
uri
URI component of request and response lines
version
HTTP version

Structs§

Error
A generic “error” for HTTP connections
Extensions
请求和响应的扩展组件。
HeaderMap
A set of HTTP headers
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.
Method
The Request Method (VERB)
Request
一个HTTP请求。
Response
一个HTTP响应。
StatusCode
An HTTP status code (status-code in RFC 7230 et al.).
Uri
The URI component of a request.
Version
Represents a version of the HTTP spec.

Type Aliases§

Result
A Result typedef to use with the http::Error type