We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d9207 commit cd14af5Copy full SHA for cd14af5
1 file changed
cot/src/lib.rs
@@ -84,6 +84,7 @@ pub(crate) mod utils;
84
85
#[cfg(feature = "openapi")]
86
pub use aide;
87
+pub use bytes;
88
/// A wrapper around a handler that's used in [`Bootstrapper`].
89
///
90
/// It is returned by [`Bootstrapper::finish`]. Typically, you don't need to
@@ -181,6 +182,7 @@ pub use cot_macros::e2e_test;
181
182
/// ```
183
pub use cot_macros::main;
184
pub use cot_macros::test;
185
+pub use http;
186
187
pub use schemars;
188
pub use toml;
0 commit comments