We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only the JS/TS API seems to have support for the headers parameter, even though
headers
even in Rust you can do it, but there's no handy helper like there is for JS
...as per @ospencer.
The text was updated successfully, but these errors were encountered:
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>.
::<key>:<value>
Sorry, something went wrong.
No branches or pull requests
Only the JS/TS API seems to have support for the
headers
parameter, even though...as per @ospencer.
The text was updated successfully, but these errors were encountered: