The URL to fetch HTML from
Optional fetch configuration
Options for fetching HTML content from URLs.
Optionaltimeout?: numberRequest timeout in milliseconds (default: 30000)
Optionalretries?: numberNumber of retry attempts on failure (default: 3)
OptionalretryDelay?: numberDelay between retries in milliseconds (default: 1000)
Promise that resolves to the HTML content as a string
Fetches HTML content from a URL with timeout and retry capabilities.
Features: