Skip to content

Commit 627c4e3

Browse files
committed
fix(lib): Export hyper::RawStatus if the raw_status feature is enabled
1 parent 21de6b6 commit 627c4e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ pub use method::Method::{self, Get, Head, Post, Put, Delete};
4949
pub use status::StatusCode::{self, Ok, BadRequest, NotFound};
5050
pub use server::Server;
5151
pub use version::HttpVersion;
52+
#[cfg(feature = "raw_status")]
53+
pub use http::RawStatus;
5254

5355
#[cfg(test)]
5456
mod mock;

0 commit comments

Comments
 (0)