20#ifndef ORES_NATS_DOMAIN_HEADERS_HPP
21#define ORES_NATS_DOMAIN_HEADERS_HPP
25namespace ores::nats::headers {
28inline constexpr std::string_view authorization =
"Authorization";
33inline constexpr std::string_view delegated_authorization =
"X-Delegated-Authorization";
36inline constexpr std::string_view bearer_prefix =
"Bearer ";
39inline constexpr std::string_view x_error =
"X-Error";
45inline constexpr std::string_view nats_correlation_id =
"Nats-Correlation-Id";