Commit 143eb727 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli Committed by GitHub

Merge pull request #490 from Doflatango/master

Added missing field 'headers' which returned by WebResourceResponse.toMap()
parents ad29d3fd f1922940
...@@ -272,6 +272,7 @@ class WebResourceResponse { ...@@ -272,6 +272,7 @@ class WebResourceResponse {
"contentType": contentType, "contentType": contentType,
"contentEncoding": contentEncoding, "contentEncoding": contentEncoding,
"data": data, "data": data,
"headers": headers,
"statusCode": statusCode, "statusCode": statusCode,
"reasonPhrase": reasonPhrase "reasonPhrase": reasonPhrase
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment