Working with HTTP requests
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Requests contain a FormData
body with 3 properties:
event
contains the event, and is of typing Event
from @gitbook/api-client
environment
contains the environment of this execution
fetch-body
contains the raw buffer of the body sent with the request (if one exists)
POST /{version}
Content-Type: multipart/form-data
Body (FormData)
- event
- environment
- fetch-body