Module version
HTTP version
This module contains a definition of the Version type. The Version
type is intended to be accessed through the root of the crate
(http::Version) rather than this module.
The Version type contains constants that represent the various versions
of the HTTP protocol.
Examples
use Version;
let http11 = HTTP_11;
let http2 = HTTP_2;
assert!;
println!;
Structs
- Version Represents a version of the HTTP spec.