roundtripper 0.4.0 copy "roundtripper: ^0.4.0" to clipboard
roundtripper: ^0.4.0 copied to clipboard

another composable, Future-based library for making HTTP requests

Another composable, multi-platform HTTP client

pub package ci

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.