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.
1 parent 0e9d88f commit bd31f9bCopy full SHA for bd31f9b
1 file changed
atoma-utils/src/lib.rs
@@ -16,6 +16,10 @@ use tokio::sync::watch;
16
use tracing::{error, instrument};
17
18
pub mod constants {
19
+ /// HTTP header name for the user ID.
20
+ /// Contains the user ID.
21
+ pub const USER_ID: &str = "X-User-Id";
22
+
23
/// HTTP header name for the Stack Small ID.
24
/// Used to identify specific stacks in the system.
25
pub const STACK_SMALL_ID: &str = "X-Stack-Small-Id";
0 commit comments