1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
extern crate time;
extern crate futures;
extern crate tokio_core;
extern crate tk_bufstream;
extern crate tk_http;
extern crate serde_json;
extern crate httparse;

mod service;
mod pages;
mod response;

pub use service::HttpBin;