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

I can't figure out, A streamed response is only returned if we use a streamed request, So I tried to use a streamed request for just "GET" method, and I...

when I run my flutter on macos(m2) the exception occurred ```dart [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Connection failed #0 IOClient.send (package:http/src/io_client.dart:88:7) #1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32) #2 _withClient (package:http/http.dart:164:12) #3 Request.request (package:daily_diet_ui/utils/request/request.dart:27:18) #4 SharedFunction.getCaptcha...

type-bug
package:http

I would like to use `cupertino_http` on my mac directly with `dart test` (out of a Flutter context). Currently running `dart test integration_test/api_test.dart' fails with this error: ``` Invalid argument(s):...

type-enhancement
package:cupertino_http

The current implementation depends on `com.google.android.gms:play-services-cronet`, which pulls in the Google Play services. This might be undesirable for apps that do not want to have GMS code in them (and...

type-enhancement
package:cronet_http

I have changed `preserveHeaderCase` for headers from `false` to `true`. The custom headers defined in the back end server were not accepting the case-sensitive header (`X-Auth-Signature`). The result was that...

We would like to be able to inject a client into the http package (e.g. the MockClient obtained from http/testing) such that the top-level methods such as "get" and "head"...

can anyone help me how to get preloaded data after hitting apis(button pressed) when navigating to next page . before navigating to next page i can load data of that...

Caching responses on the client side is a fundamental part of HTTP functionality. While there are other packages that support this, it seems like this should be a basic part...

type-enhancement

http Headers automatically converting to lowercase on http Request and Bug with http Latest version update or Dart 2.18 version, API tested with Postman and it's also working in Postman.