Merge pull request #490 from Doflatango/master

Added missing field 'headers' which returned by WebResourceResponse.toMap()
This commit is contained in:
Lorenzo Pichilli 2020-08-27 17:26:23 +02:00 committed by GitHub
commit 143eb72760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ class WebResourceResponse {
"contentType": contentType,
"contentEncoding": contentEncoding,
"data": data,
"headers": headers,
"statusCode": statusCode,
"reasonPhrase": reasonPhrase
};