Skip to content

Add support for streaming#255

Draft
thelovekesh wants to merge 17 commits into
WordPress:trunkfrom
thelovekesh:add/streaming
Draft

Add support for streaming#255
thelovekesh wants to merge 17 commits into
WordPress:trunkfrom
thelovekesh:add/streaming

Conversation

@thelovekesh

@thelovekesh thelovekesh commented Jun 18, 2026

Copy link
Copy Markdown
Member

Fixes #100

  • Add stream support in Request and Response.
  • Add EventStreamParserInterface and SSE Parser.

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 73.00613% with 44 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.63%. Comparing base (052a468) to head (9781d4e).

Files with missing lines Patch % Lines
src/Providers/Http/DTO/Response.php 20.00% 20 Missing ⚠️
src/Providers/Http/Streaming/ServerSentEvent.php 0.00% 13 Missing ⚠️
src/Providers/Http/DTO/RequestOptions.php 41.66% 7 Missing ⚠️
src/Providers/Http/HttpTransporter.php 73.33% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##              trunk     #255      +/-   ##
============================================
- Coverage     88.16%   87.63%   -0.54%     
- Complexity     1217     1275      +58     
============================================
  Files            61       63       +2     
  Lines          3945     4099     +154     
============================================
+ Hits           3478     3592     +114     
- Misses          467      507      +40     
Flag Coverage Δ
unit 87.63% <73.00%> (-0.54%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for streaming

1 participant