Skip to content

Commit

Permalink
Merge pull request #218 from dart-lang/mit-mit-patch-1
Browse files Browse the repository at this point in the history
Fix health issues and add badges
  • Loading branch information
mit-mit committed Jan 8, 2019
2 parents 93ccc13 + d872641 commit 7df1d69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,7 +1,8 @@
# http

A composable, Future-based library for making HTTP requests.

[![pub package](https://img.shields.io/pub/v/http.svg)](https://pub.dartlang.org/packages/http)
[![Build Status](https://travis-ci.org/dart-lang/http.svg?branch=master)](https://travis-ci.org/dart-lang/http)

This package contains a set of high-level functions and classes that make it
easy to consume HTTP resources. It's platform-independent, and can be used on
both the command-line and the browser. Currently the global utility functions
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,8 +1,8 @@
name: http
version: 0.12.0
version: 0.12.0+1
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/http
description: A composable, Future-based API for making HTTP requests.
description: A composable, cross-platform, Future-based API for making HTTP requests.

environment:
sdk: ">=2.0.0-dev.61.0 <3.0.0"
Expand Down

0 comments on commit 7df1d69

Please sign in to comment.