simbld-http 1.0.0

A comprehensive HTTP response library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// This module aggregates various helper modules for the `simbld-http` crate.
/// Each helper module provides specific functionality to simplify HTTP response handling.
pub mod auth_middleware;
pub mod generate_responses_functions;

pub mod http_code_helper;
pub mod http_interceptor_helper;
pub mod response_helpers;
pub mod response_with_cookie_helper;
pub mod response_with_headers_helper;
pub mod three_fields_tuple_helper;
pub mod two_fields_tuple_helper;
pub mod unified_middleware_helper;
pub mod unified_tuple_helper;