Expand description
hyperx
Hyper is the low-level HTTP implementation for Rust. Hyperx is an
extraction of the hyper 0.11 typed header module, with minimized
dependencies, for continued use with hyper 0.12 or later, where
this module was removed in preference to the byte-oriented http::header
module.
See the header module for more details.
Re-exports
Modules
- Headers container, and common header fields.
Macros
- Create a custom header type.
Enums
- Errors while parsing headers and associated types.
- The Request Method (VERB)
Type Aliases
- Result type often returned from methods that can have hyper
Error
s.