hyTags
HomeHome Getting StartedGetting Started 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.