Skip to content

Commit 80fdce2

Browse files
committed
Redefine how we export http_types
1 parent 9211eca commit 80fdce2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ pub use response::{IntoResponse, Response};
198198
#[doc(inline)]
199199
pub use server::{Route, Server};
200200

201-
pub use http_types;
201+
#[doc(inline)]
202+
pub use http_types as http;
202203

203204
/// Create a new Tide server.
204205
///

0 commit comments

Comments
 (0)