UNPKG

@platform/http

Version:
9 lines (8 loc) 342 B
import { Mime, toRawHeaders, fromRawHeaders } from '../common'; export declare class Http { static create: import("@platform/http.types").HttpCreate; static fetch: import("@platform/http.types").HttpFetch; static mime: typeof Mime; static toRawHeaders: typeof toRawHeaders; static fromRawHeaders: typeof fromRawHeaders; }