Skip to content

Commit

Permalink
Merge pull request #490 from Doflatango/master
Browse files Browse the repository at this point in the history
Added missing field 'headers' which returned by WebResourceResponse.toMap()
  • Loading branch information
pichillilorenzo authored Aug 27, 2020
2 parents ad29d3f + f192294 commit 143eb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ class WebResourceResponse {
"contentType": contentType,
"contentEncoding": contentEncoding,
"data": data,
"headers": headers,
"statusCode": statusCode,
"reasonPhrase": reasonPhrase
};
Expand Down

0 comments on commit 143eb72

Please sign in to comment.