We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21de6b6 commit 627c4e3Copy full SHA for 627c4e3
src/lib.rs
@@ -49,6 +49,8 @@ pub use method::Method::{self, Get, Head, Post, Put, Delete};
49
pub use status::StatusCode::{self, Ok, BadRequest, NotFound};
50
pub use server::Server;
51
pub use version::HttpVersion;
52
+#[cfg(feature = "raw_status")]
53
+pub use http::RawStatus;
54
55
#[cfg(test)]
56
mod mock;
0 commit comments