Skip to content

Commit

Permalink
feat(http): reexport http crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Maijers authored and seanmonstar committed Oct 16, 2018
1 parent ced949c commit d55b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern crate bytes;
#[macro_use] extern crate futures;
#[cfg(feature = "runtime")] extern crate futures_cpupool;
extern crate h2;
extern crate http;
#[doc(hidden)] pub extern crate http;
extern crate httparse;
extern crate iovec;
extern crate itoa;
Expand Down

0 comments on commit d55b5ef

Please sign in to comment.