Commit f1922940 authored by Doflatango's avatar Doflatango

Added missing field 'headers' which returned by WebResourceResponse.toMap()

parent 56e0f309
......@@ -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