HttpRequestOptions <TResponseType>
Hierarchy
- HttpRequest<TResponseType>
- HttpRequestOptions
Index
Properties
optionalbody
optionalcookieJar
optionalencoding
optionalfollowRedirect
optionalform
A form to be sent in the HTTP request body (URL encoding will be used)
optionalheaderGenerator
Type declaration
getHeaders: (options: Record<string, unknown>) => Record<string, string>
Parameters
options: Record<string, unknown>
Returns Record<string, string>
optionalheaderGeneratorOptions
optionalheaders
optionalinsecureHTTPParser
optionaljson
Artbitrary object to be JSON-serialized and sent as the HTTP request body
optionalmaxRedirects
optionalmethod
optionalpassword
Basic HTTP Auth password
optionalproxyUrl
optionalresponseType
optionalsearchParams
Search (query string) parameters to be appended to the request URL
optionalsessionToken
optionalsignal
optionalthrowHttpErrors
optionaltimeout
url
optionaluseHeaderGenerator
optionalusername
Basic HTTP Auth username
Additional options for HTTP requests that need to be handled separately before passing to BaseHttpClient.