handle 0.3.6 copy "handle: ^0.3.6" to clipboard
handle: ^0.3.6 copied to clipboard

A simple library for composing HTTP clients, creating services to make HTTP requests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add handle

With Flutter:

 $ flutter pub add handle

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

dependencies:
  handle: ^0.3.6

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:handle/handle.dart';
7
likes
160
pub points
11%
popularity

Publisher

verified publishermagnificsoftware.com

A simple library for composing HTTP clients, creating services to make HTTP requests.

Repository (GitHub)
View/report issues

Topics

#network #http #rest #client

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, collection, http, meta, quiver

More

Packages that depend on handle