add raw headers function
This commit is contained in:
parent
facda80789
commit
a7fc94c3e9
@ -22,6 +22,10 @@ class Headers {
|
||||
has(name) {
|
||||
return !!this.get(name);
|
||||
}
|
||||
|
||||
raw() {
|
||||
return this.rawHeaders;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Headers;
|
||||
|
Reference in New Issue
Block a user