Creates the request context using a http method and request resource url
url of the requested resource
http method
Private
bodyPrivate
headersPrivate
httpPrivate
httphttp method
Private
urlSets the body of the http request either as a string or FormData
Note that setting a body on a HTTP GET, HEAD, DELETE, CONNECT or TRACE request is discouraged. https://httpwg.org/http-core/draft-ietf-httpbis-semantics-latest.html#rfc.section.7.3.1
the body of the request
Sets query parameters on the request URL
the name of the query parameter
the value of the query parameter
the format of the query parameter See https://spec.openapis.org/oas/v3.0.2#style-values
Generated using TypeDoc
Represents an HTTP request context