-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for Request / Response progress #277
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #277 +/- ##
==========================================
+ Coverage 92.00% 93.10% +1.10%
==========================================
Files 5 5
Lines 450 609 +159
Branches 102 109 +7
==========================================
+ Hits 414 567 +153
- Misses 36 42 +6
|
85e1a7b
to
0b18ce4
Compare
Hello, I would like to request help for this PR. For now I only implemented progress for req/response with json. First commit here working probably only within Browser env. |
Hi dear @picunada thanks for picking on this and nice idea for initial POC. I think in order to move this idea forward, i am mainly looking forward to exposing minimum enough hooks in order to be able creating Basically what am i looking forward for next steps is to somehow introduce something like |
π Linked issue
Issue #45
β Type of change
π Description
Added support for Request / Response progress.
π Checklist