Files
neon/compute_tools/src/http/middleware/mod.rs
Tristan Partin 40672b739e Move maybe_add_request_id_header middleware into middleware module (#11187)
This matches the authorization middleware.

---------

Signed-off-by: Tristan Partin <tristan@neon.tech>
Co-authored-by: Mikhail Kot <mikhail@neon.tech>
2025-03-12 15:34:46 +00:00

3 lines
71 B
Rust

pub(in crate::http) mod authorize;
pub(in crate::http) mod request_id;