You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `headers_json` argument is a JSON string of HTTP headers, e.g. `{"apikey":"...","Authorization":"Bearer ..."}`. If omitted, no custom headers are sent.
23
+
21
24
### `post`
22
25
23
26
Initiates a POST request to the specified URL with the given body. Returns a handle that identifies the request.
The `headers_json` argument is a JSON string of HTTP headers, e.g. `{"apikey":"...","Authorization":"Bearer ..."}`. If omitted, no custom headers are sent.
34
+
29
35
### `patch`
30
36
31
37
Initiates a PATCH request to the specified URL with the given body. Returns a handle that identifies the request.
The `headers_json` argument is a JSON string of HTTP headers, e.g. `{"apikey":"...","Authorization":"Bearer ..."}`. If omitted, no custom headers are sent.
45
+
37
46
## Events
38
47
39
48
Fetch operations are asynchronous. You must poll for events to receive the results.
0 commit comments