interface IHttpFetcherOptions

Options for HTTP-based content fetching.

Properties

optional
timeout: number

Request timeout in milliseconds

optional
userAgent: string

User agent string for HTTP requests

optional
allowEmptyResponse: boolean

Allow empty responses without throwing

optional
headers: Record<string, string>

Custom headers for requests

Usage

import { type IHttpFetcherOptions } from ".";