Body-less request builder
Last updated
Last updated
[io/http/utils/Body-less request builder]
Builds a HTTP request that has no body. Usually used for building GET requests, though not exclusively.
Keywords: bodyless, bodiless, get, request
method: ("GET" or "POST" or "PUT" or "PATCH" or "DELETE")
URL: string
headers: {string: string}
request: