ApiFormRequest
An extension of ApiRequest for requests that include form parameters in the body.
Functions
Link copied to clipboard
The MIME type of the request body (e.g., application/x-www-form-urlencoded).
Link copied to clipboard
Returns a map of form parameters to be sent as the request body with a application/x-www-form-urlencoded content type.
Link copied to clipboard
The HTTP method to be used for the request (e.g., GET, POST).