#service #header #thegraph-headers

thegraph-headers

Common HTTP headers for _The Graph_ network services

7 releases

new 0.2.0 Apr 17, 2025
0.1.5 Mar 19, 2025
0.1.4 Jan 27, 2025
0.1.2 Dec 11, 2024

#142 in #header

Download history 152/week @ 2025-01-08 3/week @ 2025-01-15 81/week @ 2025-01-22 40/week @ 2025-01-29 9/week @ 2025-02-05 15/week @ 2025-02-12 12/week @ 2025-02-26 7/week @ 2025-03-12 163/week @ 2025-03-19 24/week @ 2025-03-26 14/week @ 2025-04-02 9/week @ 2025-04-09

213 downloads per month

MIT license

120KB
1.5K SLoC

thegraph-headers

crates.io msrv license ci docs.rs

Common HTTP headers for The Graph network services.

Usage

To add this crate to your project as a dependency use the cargo add command:

cargo add thegraph-headers

In a cargo workspace use the package selection feature to add it as a dependency of a specific package in the workspace:

cargo add --package <package-name> thegraph-headers 

Alternatively, you can use the Cargo.toml file to add the dependency manually and point to the git repository's URL and the specific tag you want to use, for example:

thegraph-headers = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-headers-vX.Y.Z" }

Dependencies

~28MB
~464K SLoC