Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: README.md

Issue 2840723004: Published sync_http to pub. Updating README to link to pub page, and incrementing version number. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 95a06d9a5490bee56e2490651e84914e45ef25e5..fa962799d589037d1cb3de97d163d30dbae45055 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@ Dart Synchronous HTTP Client
============================
[![Build Status](https://travis-ci.org/dart-lang/sync_http.svg?branch=master)](https://travis-ci.org/dart-lang/sync_http/)
+[![pub package](https://img.shields.io/pub/v/sync_http.svg)](https://pub.dartlang.org/packages/sync_http)
**Important Note:** This package requires the RawSynchronousSocket class to
work, which should become available in version 1.24 of the Dart SDK. If you
@@ -10,7 +11,7 @@ really want to use this package now, you'll need to use the 1.24-dev SDK.
A simple Dart HTTP client implemented using RawSynchronousSockets to allow for
synchronous HTTP requests.
-Warning: This library should probably only be used to connect to HTTP servers
+**Warning**: This library should probably only be used to connect to HTTP servers
that are hosted on 'localhost'. The operations in this library will block the
calling thread to wait for a response from the HTTP server. The thread can
process no other events while waiting for the server to respond. As such, this
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698