Clone this repo:
  1. 1251619 Add the ability to control the URL cache. (#1020) by Brian Quinlan · 10 days ago master
  2. decefa6 Remove invalid status line tests and replace them with valid status line tests (#1018) by Brian Quinlan · 14 days ago
  3. e19094a Use efficient operations when copying bytes between Dart and Java (#1019) by Brian Quinlan · 2 weeks ago
  4. d7e4375 Cleanup `package:http` utils (#1011) by Parker Lougheed · 2 weeks ago
  5. eafbbb0 Separate the cronet callbacks from the `send` method (#1017) by Brian Quinlan · 2 weeks ago

Build Status

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.

Packages

PackageDescriptionVersion
httpA composable, multi-platform, Future-based API for HTTP requests.pub package
http_client_conformance_testsA library that tests whether implementations of package:http's Client class behave as expected.
cronet_httpAn Android Flutter plugin that provides access to the Cronet HTTP client.pub package
cupertino_httpA macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.pub package