[−][src]Crate hyperx
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
pub extern crate mime; |
pub use header::Headers; |
Modules
| header | Headers container, and common header fields. |
Macros
| header | Create a custom header type. |
Enums
| Error | Errors while parsing headers and associated types. |
| Method | The Request Method (VERB) |
Type Definitions
| Result | Result type often returned from methods that can have hyper |