/dart-http

A composable API for making HTTP requests in Dart.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

daphne-dart-http

This is a fork of the dart-http package.

  • The feat/cancellation branch is a candidate for merging additional features into the dart-http package.

  • The master branch is a forked and renamed version of the dart-http package containing the additional features, available on pub.dev as daphne_http.

dart-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.