dart-lang / http

A composable API for making HTTP requests in Dart.
https://pub.dev/packages/http
BSD 3-Clause "New" or "Revised" License
1.01k stars 343 forks source link

Call out more limitations of runWithClient #1248

Closed natebosch closed 1 week ago

natebosch commented 1 week ago

Towards #828

Add a section in the runWithClient doc that mentions HTTP requests which aren't affected by usage of this API - specifically requests made through the SDK core libraries, or through instantiating specific client implementations.