roundtripper 0.4.0 roundtripper: ^0.4.0 copied to clipboard
another composable, Future-based library for making HTTP requests
Another composable, multi-platform HTTP client
Totally inspected by http.RoundTripper from golang, and dart style fit. Based on dio for crossing-platforms support.
You could do any processing for each request in RoundTrip
.
- Logging.
- Throws non-2xx Response as Error.
- Request/Response Body Encoding.