fix(lib): Export hyper::RawStatus if the raw_status feature is enabled
This commit is contained in:
		| @@ -49,6 +49,8 @@ pub use method::Method::{self, Get, Head, Post, Put, Delete}; | |||||||
| pub use status::StatusCode::{self, Ok, BadRequest, NotFound}; | pub use status::StatusCode::{self, Ok, BadRequest, NotFound}; | ||||||
| pub use server::Server; | pub use server::Server; | ||||||
| pub use version::HttpVersion; | pub use version::HttpVersion; | ||||||
|  | #[cfg(feature = "raw_status")] | ||||||
|  | pub use http::RawStatus; | ||||||
|  |  | ||||||
| #[cfg(test)] | #[cfg(test)] | ||||||
| mod mock; | mod mock; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user