We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06bcdf commit 4e47efeCopy full SHA for 4e47efe
ios/Classes/Types/URLRequest.swift
@@ -63,6 +63,7 @@ extension URLRequest {
63
"url": url?.absoluteString,
64
"method": httpMethod,
65
"headers": allHTTPHeaderFields,
66
+ "body": httpBody.map(FlutterStandardTypedData.init(bytes:)),
67
"iosAllowsCellularAccess": allowsCellularAccess,
68
"iosAllowsConstrainedNetworkAccess": iosAllowsConstrainedNetworkAccess,
69
"iosAllowsExpensiveNetworkAccess": iosAllowsExpensiveNetworkAccess,
0 commit comments