rotor-http 0.7.0

The mio-based http server (+with http client and websockets planned)
1
2
3
4
5
6
7
8
use super::Connection;


impl Connection {
    pub fn is_idle(&self) -> bool {
        self.idle
    }
}