mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
The compute should only act if requests come from the control plane. Signed-off-by: Tristan Partin <tristan@neon.tech> Signed-off-by: Tristan Partin <tristan@neon.tech>
3 lines
87 B
Rust
3 lines
87 B
Rust
/// Constant for `X-Request-Id` header.
|
|
pub const X_REQUEST_ID: &str = "x-request-id";
|