testing, debugging, making things private

This commit is contained in:
Oliver Gould
2017-07-22 18:30:32 +00:00
parent ab4f85ea2f
commit d5d47b08ca
6 changed files with 20 additions and 31 deletions

View File

@@ -27,9 +27,9 @@ extern crate log;
pub mod client;
pub mod error;
pub mod hpack;
pub mod proto;
pub mod frame;
mod hpack;
mod proto;
mod frame;
pub mod server;
mod util;