Please add proxy support for http package #26
Labels
closed-as-intended
Closed as the reported issue is expected behavior
type-enhancement
A request for a change that isn't a bug
Originally opened as dart-lang/sdk#22453
This issue was originally filed by [email protected]
I was planning to use http package (https://pub.dartlang.org/packages/http) to make requests to remote server.
Unfortunately, my network uses proxy.
While dart's stadard lib's io HttpClient supports proxy, it's not true for http package.
The text was updated successfully, but these errors were encountered: