summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8672f4b..5cd0a86 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,7 +4,6 @@
#![allow(unused_mut)]
#![allow(unused_imports)]
// */
-
#[macro_use] extern crate nom;
#[macro_use] extern crate log;
extern crate env_logger;
@@ -12,12 +11,14 @@ extern crate getopts;
extern crate mio;
extern crate slab;
extern crate netbuf;
+extern crate httparse;
mod iostream;
mod config;
mod eventloop;
mod listener;
mod itf_http;
+mod request;
use std::process::exit;
use std::io::prelude::*;