hyTags
HomeHome DocumentationDocumentation

request-set-form-data

Sets the request body to the provided form data.
Parameter
Type
Description
self
Request
The request to modify.
form-data
FormData
The form data to set as the request body.
return
void
Does not return a value. Modifies the request in place.
Test succeeded Test failed