solicit 0.1.0

A library implementation of HTTP/2
#[macro_use] extern crate log;
extern crate hpack;
extern crate openssl;

pub mod http;
pub mod client;
pub mod server;

mod tests {
}