http2
http2 copied to clipboard
A HTTP/2 implementation for dart.
Tracking bug. This would make it easy to see how to do a client and a server.
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....
- 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`.