UNPKG

@prostory/mountain

Version:

Yet another HTTP/2 server and client.

4 lines (3 loc) 151 B
import { Http2Stream } from 'http2'; /** Parses request body as `UTF8` string. */ export declare const text: (stream: Http2Stream) => Promise<string>;