Skip to content

Commit 7df1d69

Browse files
authored
Merge pull request #218 from dart-lang/mit-mit-patch-1
Fix health issues and add badges
2 parents 93ccc13 + d872641 commit 7df1d69

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# http
2-
31
A composable, Future-based library for making HTTP requests.
42

3+
[![pub package](https://img.shields.io/pub/v/http.svg)](https://pub.dartlang.org/packages/http)
4+
[![Build Status](https://travis-ci.org/dart-lang/http.svg?branch=master)](https://travis-ci.org/dart-lang/http)
5+
56
This package contains a set of high-level functions and classes that make it
67
easy to consume HTTP resources. It's platform-independent, and can be used on
78
both the command-line and the browser. Currently the global utility functions

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: http
2-
version: 0.12.0
2+
version: 0.12.0+1
33
author: "Dart Team <[email protected]>"
44
homepage: https://github.com/dart-lang/http
5-
description: A composable, Future-based API for making HTTP requests.
5+
description: A composable, cross-platform, Future-based API for making HTTP requests.
66

77
environment:
88
sdk: ">=2.0.0-dev.61.0 <3.0.0"

0 commit comments

Comments
 (0)