Chromium Code Reviews| OLD | NEW |
|---|---|
| (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" | |
| OLD | NEW |