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

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

package:http

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

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
type-infra

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

type-enhancement
package:http

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

type-enhancement
package:http

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

type-enhancement
package:http

Waiting for https://github.com/dart-lang/test/pull/2144 to land first!

status-blocked
package:http

All api call showing headers , request body ,response in Fetch/XHR.

type-bug
package:http

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

type-bug
package:http

We've migrated to `pkg:web` – this package should be tested with dart2wasm. Currently blocked by https://github.com/dart-lang/test/issues/2143

type-enhancement
status-blocked
package:http