#http-header #service #graph #networking

thegraph-headers

Common HTTP headers for _The Graph_ network services

4 releases

new 0.1.3 Jan 9, 2025
0.1.2 Dec 11, 2024
0.1.1 Dec 9, 2024
0.1.0 Dec 9, 2024

#949 in Network programming

Download history 388/week @ 2024-12-06 71/week @ 2024-12-13 2/week @ 2024-12-20

461 downloads per month

MIT license

97KB
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

~18MB
~391K SLoC