network/dio library
Classes
- FSInterceptor
- Captures requests and responses from dio for display in Fullstory.
Functions
-
requestContentLength(
RequestOptions request) → int -
Gets the size (in bytes) of the request data, using the
content-length
header, or 0 if unset. -
responseContentLength(
Response? response) → int -
Gets the size (in bytes) of the response data, using the
content-length
header, or 0 if unset.