-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
When initialized like the readme, the content size is not reported to Firebase.
I've figured out how to set the response content length
final performanceInterceptor = DioFirebasePerformanceInterceptor(
responseContentLengthMethod: (Response response) {
return int.parse(response.headers['content-length'][0]);
});
There is also a parameter requestContentLengthMethod, however how do I get the content longth of the request. I'm not seing anything in the RequestOptions object. Do we need to somehow calculate this on our own?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels