Type Alias: HttpProxyRequestParams
HttpProxyRequestParams:
object
Defined in: packages/core/src/http/HttpProxy.ts:27
An object representing the complete request parameters used to create and send the HTTP request.
Type declaration
data?
optional
data:UnknownParameters
method
method:
string
options
options:
HttpAgentRequestOptions
transformedUrl
transformedUrl:
string
url
url:
string