httpbis 0.9.1

Rust implementation of HTTP/2 protocol
Documentation
1
2
3
4
5
6
7
8
#[derive(Default, Debug, Clone)]
pub struct CommonConf {}

impl CommonConf {
    pub fn new() -> CommonConf {
        Default::default()
    }
}