Skip to content

Conversation

@clue
Copy link
Member

@clueclue commented Nov 29, 2022

This changeset refactors some internal logic to remove the internal RequestData and reuse the request object instead (#480). Additionally, it renames the internal only React\Http\Client\Request class to React\Http\Io\ClientRequestStream to avoid confusion.

This does not affect the public React\Http\Message\Request class or any other public APIs, so this should be safe to apply. The test suite confirms this has 100% code coverage and does not otherwise affect our APIs.

Builds on top of #480 and #389
Done in preparation for #468

@clueclue added this to the v1.9.0 milestone Nov 29, 2022
Copy link
Member

@SimonFringsSimonFrings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@WyriHaximus@SimonFrings