HttpRequestOptions <TResponseType>
Hierarchy
- HttpRequest<TResponseType>
- HttpRequestOptions
Index
Properties
optionalinheritedbody
optionalinheritedcookieJar
optionalinheritedencoding
optionalinheritedfollowRedirect
optionalform
A form to be sent in the HTTP request body (URL encoding will be used)
optionalinheritedheaderGenerator
Type declaration
getHeaders: (options: Record<string, unknown>) => Record<string, string>
Parameters
options: Record<string, unknown>
Returns Record<string, string>
optionalinheritedheaderGeneratorOptions
optionalinheritedheaders
optionalinheritedinsecureHTTPParser
optionaljson
Artbitrary object to be JSON-serialized and sent as the HTTP request body
optionalinheritedmaxRedirects
optionalinheritedmethod
optionalpassword
Basic HTTP Auth password
optionalinheritedproxyUrl
optionalinheritedresponseType
optionalsearchParams
Search (query string) parameters to be appended to the request URL
optionalinheritedsessionToken
optionalinheritedsignal
optionalinheritedthrowHttpErrors
optionalinheritedtimeout
inheritedurl
optionalinheriteduseHeaderGenerator
optionalusername
Basic HTTP Auth username
Additional options for HTTP requests that need to be handled separately before passing to BaseHttpClient.