iota_graphql_rpc_headers/
lib.rs

1// Copyright (c) Mysten Labs, Inc.
2// Modifications Copyright (c) 2024 IOTA Stiftung
3// SPDX-License-Identifier: Apache-2.0
4
5use axum::http::HeaderName;
6
7pub static VERSION_HEADER: HeaderName = HeaderName::from_static("x-iota-rpc-version");
8pub static LIMITS_HEADER: HeaderName = HeaderName::from_static("x-iota-rpc-show-usage");