BaseHttpClient
Implemented by
Index
Methods
Methods
sendRequest
Perform an HTTP Request and return the complete response.
Parameters
request: Request
optionaloptions: SendRequestOptions
Returns Promise<Response>
Perform an HTTP Request and return the complete response.
Interface for user-defined HTTP clients to be used for plain HTTP crawling and for sending additional requests during a crawl.