http
http copied to clipboard
A composable API for making HTTP requests in Dart.
Document the dart client HTTP response header handling, to help with issue: https://github.com/dart-lang/http/issues/726 --- - [ X] I’ve reviewed the contributor guide and applied the relevant portions to this PR....
I have reviewed the issues discussed previously #728 . There were quite a few changes, so I closed PR and reopened it. I also tackled this feature from scratch. Now...
- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...
Similar to https://github.com/dart-lang/http/pull/439, but for GET requests. There are some APIs with GET requests that require a body and not query parameters. It's not possible to use these APIs without...
Part of the challenge in evolving the API in this package is that it mixes the details about using Http clients with the details for implementing Http clients. A change...
Currently, you are able to use HTTP proxy with .findproxy ( PROXY address:port ) method. However I want to use socks5h (socks5 proxy with DNS resolution) but there seems to...
Waiting for https://github.com/dart-lang/test/pull/2144 to land first!
All api call showing headers , request body ,response in Fetch/XHR.
I have an issue with the Flutter HTTP plugin in the Android 12+ version. App-consuming REST API calls using the Flutter HTTP plugin (Version: 0.13.5). All API calls are HTTPS...
We've migrated to `pkg:web` – this package should be tested with dart2wasm. Currently blocked by https://github.com/dart-lang/test/issues/2143