1
0
Fork 0

Unbreak the build I say

This commit is contained in:
Alan Plum 2016-06-14 17:20:06 +02:00
parent 0f5b4624ea
commit a8219b4818
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ module.exports = class SyntheticRequest {
return this._raw.headers;
}
set headers(headers) {
this._raw.headers = headers;
}
get method() {
return this._raw.requestType;
}