Skip to content
master
Go to file
Code
This branch is 48 commits behind dekellum:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

hyperx

crates.io Rustdoc Travis CI Build Appveyor CI Build deps status

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 dropped in preference to the byte-oriented http::header module.

Minimum supported rust version

MSRV := 1.39.0

The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version.

License

The MIT license (LICENSE or http://opensource.org/licenses/MIT)

About

Extraction and modernization of the hyper 0.11.x typed header module

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.