UNPKG
@prostory/mountain
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.4.0
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Yet another HTTP/2 server and client.
github.com/YevhenKap/mountain
YevhenKap/mountain
@prostory/mountain
/
plugins
/
body
/
text.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
import
{
Http2Stream
}
from
'http2'
;
/** Parses request body as `UTF8` string. */
export
declare
const
text
:
(
stream
:
Http2Stream
) =>
Promise
<
string
>;