index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
js
/
module
/
http.js
blob: 5a677f1c15c505090c60473563220e4a8eb71695 (
plain
)
1
2
3
4
5
6
7
var
http
=
{};
http
.
check
=
function
()
{
return
jwt
.
verify
();
}
export
default
http
;