add raw headers function
This commit is contained in:
parent
077b92ebaa
commit
2e79048563
@ -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