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

@HosseinYousefi new JniException: ``` JniException: Exception in Java code called through JNI: java.lang.NullPointerException: Method is required. java.lang.NullPointerException: Method is required. at j$.util.Objects.requireNonNull(SourceFile:2) at m.mg.setHttpMethod(:com.google.android.gms.dynamite_cronetdynamite@[email protected] (190400-0):1) at m.mg.setHttpMethod(:com.google.android.gms.dynamite_cronetdynamite@[email protected] (190400-0):2) #0 JniAccessorWrappers.throwException...

type-enhancement
package:cronet_http

Hello, Flutter is migrating to [Swift Package Manager][]. Please [add Swift Package Manager support][] to your plugin. Flutter will eventually deprecate and then remove support for CocoaPods. Adding Swift Package...

type-enhancement
package:cupertino_http

The following error was shown when debugging flutter app on Android: ``` FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only kotlin-android-extensions Gradle...

type-bug
package:cronet_http

I've a flutter iOS app and WiFi IoT device.... I used to connect my mobile and IoT device using my flutter app, Then I have call one GET request to...

type-bug
package:http

- 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

Closes #204, closes #424, closes #567 Supersedes and closes #521, supersedes and closes #602, supersedes and closes #819 This PR implements an opt-in `RequestController` API to manage requests. The API...

package:cupertino_http
package:http
package:cronet_http

This is a follow-up from issue https://github.com/dart-lang/http/issues/1203. At this moment, the `CupertinoWebSocket.close` [will throw](https://github.com/dart-lang/http/blob/76512c4cbf987361421030349fd1946e63e33359/pkgs/cupertino_http/lib/src/cupertino_web_socket.dart#L210-L213) if passed non-null code parameter that's not equal to 1000 or in [3000, 4999] range. This...

type-bug
package:cupertino_http

# 🐛 Cannot send HTTP with Bearer Authentication: ClientException (Failed to parse header value) I want to POST and GET an HTTP API that requires *JWT* authentication. However, when I...

type-bug
package:http

Recently, I added mTLS client certificate function into Immich mobile app. The feature work fine on Android platform but does not work for iOS app. The core change source code...

type-bug
package:http