Crate hyper10
Source - 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
- header
- 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.
- Error
- A set of errors that can occur parsing HTTP streams.
- Result
- Result type often returned from methods that can have hyper
Error
s.