interface HTTPClientOptions {
    fetcher?: Fetcher;
}

Properties

Properties

fetcher?: Fetcher