thegraph-headers

Crates.iothegraph-headers
lib.rsthegraph-headers
version0.3.1
created_at2024-12-09 12:34:52.690953+00
updated_at2025-08-27 09:18:53.39206+00
descriptionCommon HTTP headers for _The Graph_ network services
homepage
repositoryhttps://github.com/edgeandnode/toolshed
max_upload_size
id1477340
size143,092
Lorenzo Delgado (LNSD)

documentation

README

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" }
Commit count: 554

cargo fmt