@platform/http
Version:
Tools for working with HTTP.
9 lines (8 loc) • 317 B
TypeScript
import { fromRawHeaders, Mime as mime, toRawHeaders } from '../common';
export declare const Http: {
create: import("@platform/http.types").HttpCreate;
fetch: import("@platform/http.types").HttpFetch;
mime: typeof mime;
toRawHeaders: typeof toRawHeaders;
fromRawHeaders: typeof fromRawHeaders;
};