suborbital / reactr

Function scheduler for Go & WebAssembly
Apache License 2.0
289 stars 28 forks source link

Missing GraphQL API headers support #222

Open flaki opened 2 years ago

flaki commented 2 years ago

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.

ospencer commented 2 years ago

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>.