Merge branch 'master' of github.com:pichillilorenzo/flutter_inappwebview
This commit is contained in:
commit
980a63d36e
|
@ -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…
Reference in New Issue