dart-lang / http

A composable API for making HTTP requests in Dart.
https://pub.dev/packages/http
BSD 3-Clause "New" or "Revised" License
1.02k stars 354 forks source link

Is it possible to expose stream state to the app? It's vital for tracking http2 requests and make appropriate reconnect logic etc.... #1382

Open VolodiaHunkalo opened 5 months ago

VolodiaHunkalo commented 5 months ago

https://github.com/dart-lang/http2/blob/master/lib/src/streams/stream_handler.dart

attached link to the code, how to expose StreamState?

VolodiaHunkalo commented 5 months ago

@sethladd @kevmoo @sstrickl @munificent

kevmoo commented 5 months ago

@brianquinlan ?

brianquinlan commented 5 months ago

I think that @mosuem has the most state on this package.