Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -2,7 +2,6 @@ extern crate h2;
|
||||
extern crate http;
|
||||
extern crate futures;
|
||||
extern crate rustls;
|
||||
extern crate tokio_io;
|
||||
extern crate tokio_core;
|
||||
extern crate tokio_rustls;
|
||||
extern crate webpki_roots;
|
||||
|
||||
Reference in New Issue
Block a user