Skip to main content
Version: Next

BaseHttpClient

Interface for user-defined HTTP clients to be used for plain HTTP crawling and for sending additional requests during a crawl.

Implemented by

Index

Methods

sendRequest

  • sendRequest(request, options): Promise<Response>
  • Perform an HTTP Request and return the complete response.


    Parameters

    Returns Promise<Response>

Page Options