Rename rfc7230 to http to more clearly indicate its purpose.

This commit is contained in:
Jonathan Reem
2014-09-09 17:37:01 -07:00
parent b90341309f
commit 2aabf1b8e6
7 changed files with 9 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ pub mod status;
pub mod uri;
pub mod version;
mod rfc7230;
mod http;
mod mimewrapper {
/// Re-exporting the mime crate, for convenience.