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
/
constants.d.ts
7 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
ContentType
{
TEXT
=
"text/plain"
,
JSON
=
"application/json"
,
FORM_URLENCODED
=
"application/x-www-form-urlencoded"
,
MULTIPART_FORM_DATA
=
"multipart/form-data"
}