Skip to content
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

Internal refactoring to remove internal RequestData and rename internal Request to ClientRequestStream #481

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

clue
Copy link
Member

@clue clue 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

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

@SimonFrings SimonFrings 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants