Makes a generic HTTP request using the browser's fetch API. Supports a data table for headers and an optional body.
fetch
Optional
When I pw make a "PUT" request to "/api/settings"| Authorization | Bearer my-token || body | {"theme": "dark"} | Copy
When I pw make a "PUT" request to "/api/settings"| Authorization | Bearer my-token || body | {"theme": "dark"} |
Makes a generic HTTP request using the browser's
fetchAPI. Supports a data table for headers and an optional body.