http icon indicating copy to clipboard operation
http copied to clipboard

A composable API for making HTTP requests in Dart.

Results 257 http issues
Sort by recently updated
recently updated
newest added

- 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...

package:cupertino_http

Please see https://github.com/dart-lang/sdk/issues/50669, it serves as a starting point for this feature implementation. The Android KeyStore System prohibits the application from [extracting key material](https://developer.android.com/privacy-and-security/keystore#SecurityFeatures). This essentially prevents HTTP client users...

Getting a file from a firefox extension, returns `Content-length` is `-1`. Because of this, `get` method throws a `ClientException: Invalid content-length header [-1].` exception. ```dart await get('moz-extension:///index.html') ``` Should that...

type-bug
package:http

Reading stream of response in `when` function of `RetryClient` causes `Bad state: Stream has already been listened to` to be thrown from https://github.com/dart-lang/http/blob/master/pkgs/http/lib/retry.dart#L125. Possible fix: ```dart try { _unawaited(response.stream.listen((_) {}).cancel().catchError((_)...

type-bug
package:http

### Package cronet_http ### Version 1.2.1 ### Operating-System Android ### Output of `flutter doctor -v` ```shell flutter doctor -v [✓] Flutter (Channel stable, 3.19.6, on macOS 14.4.1 23E224 darwin-arm64, locale...

type-bug
package:cronet_http

i try to GET request to rest api with HttpClient, http or dio and always get `FormatException` when try to decode the response only if using emulator and if data...

type-bug
package:http

### Steps to reproduce Run code: `flutter run --release` on Web then click a button, it will download ~18MB file. Repeat tests on non-web (e.g. desktop platform), download speed shall...

type-bug
package:http

The underlying `HttpClient` used in the `IOClient` class provides a way to set a `badCertificateCallback`. This is currently not possible with the `CupertinoClient`.

type-enhancement
package:cupertino_http

Coming from https://github.com/Zekfad/fetch_client/issues/18 I've fixed issue on a client implementation end but it hints that there should be a test that closing client cleans up it and terminates associated connections....

type-enhancement
package:http