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

Side by Side Diff: pkg/http_throttle/pubspec.yaml

Issue 418103004: Add an http_throttle package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 name: http_throttle
2 version: 1.0.0
3 description: HTTP client middleware that throttles requests.
4 dependencies:
5 http: ">=0.9.0 <0.12.0"
6 pool: ">=1.0.0 <2.0.0"
7 dev_dependencies:
8 unittest: ">=0.11.0 <0.12.0"
OLDNEW
« no previous file with comments | « pkg/http_throttle/lib/http_throttle.dart ('k') | pkg/http_throttle/test/http_throttle_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698