UNPKG

@platform/http

Version:

Tools for working with HTTP.

11 lines (10 loc) 257 B
import { t } from '../common'; export declare const fetcher: (args: { url: string; method: t.HttpMethod; fire: t.FireEvent; mode: t.HttpCors; headers: t.HttpHeaders; fetch: t.HttpFetch; data?: any; }) => Promise<t.HttpResponse>;