This is a fork of the dart-http package.
-
The
feat/cancellation
branch is a candidate for merging additional features into thedart-http
package. -
The
master
branch is a forked and renamed version of the dart-http package containing the additional features, available on pub.dev asdaphne_http
.
A composable, Future-based library for making HTTP requests.
package:http
contains a set of high-level functions and classes that make it
easy to consume HTTP resources. It's multi-platform, and supports mobile, desktop,
and the browser.