Open flaki opened 2 years ago
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.
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>
Only the JS/TS API seems to have support for the
headers
parameter, even though...as per @ospencer.