Added missing field 'headers' which returned by WebResourceResponse.toMap()
This commit is contained in:
parent
56e0f30928
commit
f192294002
@ -272,6 +272,7 @@ class WebResourceResponse {
|
||||
"contentType": contentType,
|
||||
"contentEncoding": contentEncoding,
|
||||
"data": data,
|
||||
"headers": headers,
|
||||
"statusCode": statusCode,
|
||||
"reasonPhrase": reasonPhrase
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user