Merge pull request #490 from Doflatango/master
Added missing field 'headers' which returned by WebResourceResponse.toMap()
This commit is contained in:
commit
143eb72760
|
@ -272,6 +272,7 @@ class WebResourceResponse {
|
|||
"contentType": contentType,
|
||||
"contentEncoding": contentEncoding,
|
||||
"data": data,
|
||||
"headers": headers,
|
||||
"statusCode": statusCode,
|
||||
"reasonPhrase": reasonPhrase
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue