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.