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.
BodyPrintLimit
1 parent abfafd2 commit 613b4f9Copy full SHA for 613b4f9
src/lib.rs
@@ -159,6 +159,6 @@ pub type ErrorResponse = Box<dyn std::error::Error + Send + Sync + 'static>;
159
160
pub use mock::{Match, Mock, MockBuilder, Times};
161
pub use mock_server::{MockGuard, MockServer, MockServerBuilder};
162
-pub use request::Request;
+pub use request::{BodyPrintLimit, Request};
163
pub use respond::Respond;
164
pub use response_template::ResponseTemplate;
0 commit comments