UNPKG
krakentyio-exegesis-koa
Version:
latest (1.0.0)
1.0.0
0.0.0-semantic-release
Parses OpenAPI documents
github.com/exegesis-js/exegesis
exegesis-js/exegesis
krakentyio-exegesis-koa
/
lib
/
utils
/
httpUtils.d.ts
5 lines
(4 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
httpHasBody
(
headers
: { [header:
string
]:
any
; }
):
boolean
;
export
declare
function
requestMayHaveBody
(
method
:
string
):
boolean
;