Expand description
Common HTTP typed headers used across The Graph network services.
See hyper’s headers
crate and axum-extra’s TypedHeader
extractor
documentation for more information on how to use typed headers.
Re-exports§
pub use headers;
Modules§
- graph_
attestable - An HTTP typed header for the
graph-attestable
header. - graph_
attestation attestation
- An HTTP typed header for the
graph-attestation
header. - graph_
indexed - An HTTP typed header for the
graph-indexed
header.
Traits§
- Http
Builder Ext - An extension trait adding “typed” methods to
http::request::Builder
andhttp::response::Builder
.