refactor(lib): rename internal http module to proto

This commit is contained in:
Sean McArthur
2017-09-28 18:28:44 -07:00
parent 217941cef2
commit 5027435791
19 changed files with 95 additions and 95 deletions

View File

@@ -894,7 +894,7 @@ mod tests {
use header::Header;
use http::{ServerTransaction, Http1Transaction};
use proto::{ServerTransaction, Http1Transaction};
use bytes::BytesMut;
use mime;