Re-exports§
pub use helpers::auth_middleware::AuthMiddleware;pub use helpers::generate_responses_functions;pub use helpers::http_interceptor_helper::HttpInterceptor;pub use helpers::unified_middleware_helper::UnifiedMiddleware;pub use mocks::mock_responses::MockResponses;pub use responses::ResponsesClientCodes;pub use responses::ResponsesCrawlerCodes;pub use responses::ResponsesInformationalCodes;pub use responses::ResponsesLocalApiCodes;pub use responses::ResponsesRedirectionCodes;pub use responses::ResponsesServerCodes;pub use responses::ResponsesServiceCodes;pub use responses::ResponsesSuccessCodes;
Modules§
- helpers
- Provides response codes, helpers, and utility functions for HTTP response management.
- mocks
- responses
- This module organizes and provides enums for various HTTP response status codes and categories. It includes the following categories:
- traits
- utils
Macros§
- generate_
responses_ functions - json
- Construct a
serde_json::Valuefrom a JSON literal.
Enums§
- Value
- Represents any valid JSON value.