mp_http 0.13.4 copy "mp_http: ^0.13.4" to clipboard
mp_http: ^0.13.4 copied to clipboard

A fork from http, mpflutter compatible, 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 mp_http

With Flutter:

 $ flutter pub add mp_http

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

dependencies:
  mp_http: ^0.13.4

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:mp_http/mp_http.dart';
0
likes
140
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A fork from http, mpflutter compatible, a composable, multi-platform, Future-based API for HTTP requests.

Homepage

License

BSD-3-Clause (license)

Dependencies

http_parser, meta, path, pedantic

More

Packages that depend on mp_http