Http package does not expose HttpClient capabilities but keeps the backing instance private at the same time #19
Labels
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Originally opened as dart-lang/sdk#18871
This issue was originally filed by [email protected]
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I'd expect the http package to expose the setter for the backing HttpClient badCertificateCallback somehow.
To solve my use-case the easiest would be to publicise the currently private variable ( called _inner in io_client.dart ) but I can see how some people would oppose that.
What version of the product are you using? On what operating system?
Dart Stable 1.3.6, it's the same in 1.4.0-edge.36282
OS X Mavericks 10.9.2
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: