okhttp 0.0.1-dev.1 copy "okhttp: ^0.0.1-dev.1" to clipboard
okhttp: ^0.0.1-dev.1 copied to clipboard

outdated

A starting point for Dart libraries or applications.

okhttp #

pub package [coverage] pub license sdk-version

A package:http BaseClient that speaks HTTP/2, and can maintain connections between requests.

This can be dropped into any API that uses a BaseClient, so you can seamlessly start working with HTTP/2 right away.

It also can fallback to HTTP/1.1 automatically.

Installation #

Usage #

A simple usage example:

import 'package:ok/ok.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
0
points
6
downloads

Publisher

verified publisheramond.dev

Weekly Downloads

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, fixnum, freezed_annotation, http, http2, http_parser, logging, quiver, tuple

More

Packages that depend on okhttp