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,
|
"contentType": contentType,
|
||||||
"contentEncoding": contentEncoding,
|
"contentEncoding": contentEncoding,
|
||||||
"data": data,
|
"data": data,
|
||||||
|
"headers": headers,
|
||||||
"statusCode": statusCode,
|
"statusCode": statusCode,
|
||||||
"reasonPhrase": reasonPhrase
|
"reasonPhrase": reasonPhrase
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user