Crate thegraph_headers

Source
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_attestationattestation
An HTTP typed header for the graph-attestation header.
graph_indexed
An HTTP typed header for the graph-indexed header.

Traits§

HttpBuilderExt
An extension trait adding “typed” methods to http::request::Builder and http::response::Builder.