Docs.rs
hyper-old-types-0.11.0
hyper-old-types 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
seanmonstar
Dependencies
base64 ^0.9
normal
bytes ^0.4.4
normal
http ^0.1
normal
optional
httparse ^1.0
normal
language-tags ^0.2
normal
log ^0.4
normal
mime ^0.3.2
normal
percent-encoding ^1.0
normal
time ^0.1
normal
unicase ^2.0
normal
Versions
99.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hyper_
old_
types
0.11.0
Module error
Module Items
Structs
Enums
Type Aliases
In crate hyper_
old_
types
hyper_old_types
Module
error
Copy item path
Source
Expand description
Error and Result module.
Structs
§
Canceled
A pending item was dropped before ever being processed.
UriError
An error parsing a
Uri
.
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
Error
s.