reactr
reactr copied to clipboard
Missing GraphQL API headers support
Only the JS/TS API seems to have support for the headers
parameter, even though
even in Rust you can do it, but there's no handy helper like there is for JS
...as per @ospencer.
Headers for an HTTP request can be provided by adding each header to the end of the request URL in the form of ::<key>:<value>
.