UNPKG
midnight
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Web framework for building modern web applications
github.com/msavela/midnight
msavela/midnight
midnight
/
lib
/
request.js
9 lines
(8 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
get
:
function
(
key
) {
return
this
.
headers
[key]; },
content
:
function
(
) {
return
this
.
headers
[
"Content-Type"
]; } };