@platform/http
Version:
Tools for working with HTTP.
9 lines (8 loc) • 342 B
TypeScript
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;
}