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-attestableheader. - graph_
attestation attestation - An HTTP typed header for the
graph-attestationheader. - graph_
indexed - An HTTP typed header for the
graph-indexedheader.
Traits§
- Http
Builder Ext - An extension trait adding “typed” methods to
http::request::Builderandhttp::response::Builder.