http
http copied to clipboard
A composable API for making HTTP requests in Dart.
Issue decoding special characters such as: ã --> didn't test with any other special chars, but should be happening too. Such as ç, õ, á, à, ó, í, and so...
I use the HTTP package to send data to the company's API. However, I'm having issues on certain cell phone models (Android and iOS), I've been getting "Failed host lookup:...
hello sir actually I am using http client to retry request upon 401 request but on retry I am running another method to restore access token upon completion of my...
I'm trying to POST a response to a server, and I'm able to do so successfully. However, the response headers for Dart are incomplete, and there is information in the...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.15.0. Release notes Sourced from subosito/flutter-action's releases. v2.15.0 Hi! I'm Bartek and I'm a new maintainer of this action. I promise to take good care...
--- - [X] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger...
--- - [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. -...
#52118 fixes the call to `X509_VERIFY_PARAM_set1_host` (it uses `X509_VERIFY_PARAM_set1_ip_asc` instead, if we have an IP address). But it still calls `SSL_set_tlsext_host_name`, even if we have an IP address. This seems...