http 1.3.0 copy "http: ^1.3.0" to clipboard
http: ^1.3.0 copied to clipboard

A composable, multi-platform, Future-based API for HTTP requests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http
copied to clipboard

With Flutter:

 $ flutter pub add http
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  http: ^1.3.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:http/http.dart';
copied to clipboard
8.14k
likes
160
points
9.55M
downloads

Publisher

verified publisherdart.dev

Weekly Downloads

2024.09.05 - 2025.03.20

A composable, multi-platform, Future-based API for HTTP requests.

Repository (GitHub)
Contributing

Topics

#http #network #protocols

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, http_parser, meta, web

More

Packages that depend on http