Crate hyper10

Source

Modules§

client
HTTP Client
error
Error and Result module.
header
Headers container, and common header fields.
http
Pieces pertaining to the HTTP message protocol.
method
The HTTP request method
mime
Re-exporting the mime crate, for convenience.
net
A collection of traits abstracting over Listeners and Streams.
server
HTTP Server
status
HTTP status codes
uri
HTTP RequestUris
version
HTTP Versions enum

Macros§

header

Structs§

Client
A Client to use additional features with Requests.
LanguageTag
A language tag as described in BCP47.
Server
A server can listen on a TCP socket.
Url
A parsed URL record.

Enums§

Error
A set of errors that can occur parsing HTTP streams.

Type Aliases§

Result
Result type often returned from methods that can have hyper Errors.