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 {
"contentType": contentType,
"contentEncoding": contentEncoding,
"data": data,
"headers": headers,
"statusCode": statusCode,
"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