Sets additional HTTP headers that will be sent with all subsequent requests from the page. Pass an empty object to clear previously set extra headers. Example:Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
setExtraHTTPHeaders(headers: { "X-Custom-Header": "MyValue" })
Returns true if the headers were successfully set.
Definition
Arguments
headers
Headers!
A JSON object representing the headers to set. Keys are header names, values are header values.
Returns
Boolean! TheBoolean scalar type represents true or false.