feat(http): reexport http crate
This commit is contained in:
committed by
Sean McArthur
parent
ced949cb6b
commit
d55b5efb89
@@ -18,7 +18,7 @@ extern crate bytes;
|
|||||||
#[macro_use] extern crate futures;
|
#[macro_use] extern crate futures;
|
||||||
#[cfg(feature = "runtime")] extern crate futures_cpupool;
|
#[cfg(feature = "runtime")] extern crate futures_cpupool;
|
||||||
extern crate h2;
|
extern crate h2;
|
||||||
extern crate http;
|
#[doc(hidden)] pub extern crate http;
|
||||||
extern crate httparse;
|
extern crate httparse;
|
||||||
extern crate iovec;
|
extern crate iovec;
|
||||||
extern crate itoa;
|
extern crate itoa;
|
||||||
|
|||||||
Reference in New Issue
Block a user