http2 icon indicating copy to clipboard operation
http2 copied to clipboard

A HTTP/2 implementation for dart.

Results 25 http2 issues
Sort by recently updated
recently updated
newest added

Tracking bug. This would make it easy to see how to do a client and a server.

type-enhancement

With the introduction of the cupertino_http and cronet_http only Windows and Linux Dart and Flutter apps can't use the benefits of HTTP2 while staying compatible with he abstract `http.Client` interface....

- [ ] #124 - [ ] #106

type-enhancement
type-code-health

- https://github.com/cfug/dio/pull/2220#issuecomment-2118544840 - https://github.com/cfug/dio/actions/runs/9135981572/job/25124169253?pr=2220 ## Steps to reproduce 1. Clone https://github.com/cfug/dio and enter the directory. 2. `melos bs`. 3. Run the test with `plugins/http2_adapter/test/test_suite_test.dart`.

type-bug