URL-encoded request builder
Last updated
Last updated
[io/http/utils/URL-encoded request builder]
Builds a URL-encoded request record with data to be sent as the request's body.
For body-less requests, see io/http/utils/Body-less request builder
.
method: ("GET" or "POST" or "PUT" or "PATCH" or "DELETE")
url: string
headers: {string: string}
data: {string: (string or string[])}
URL-enc. req.: