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

Simplify usage by supporting new HTTP API and new Socket API #23

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

clue
Copy link
Owner

@clue clue commented Dec 19, 2021

This changeset simplifies usage by supporting the new HTTP API and the new Socket API without nullable loop arguments.

Note that this doesn't affect the API of this package at all, but does use the improved APIs of the referenced HTTP component. Existing code continues to work as is.

Together with #22, this means we can now fully rely on the default loop and no longer need to skip any arguments with null values.

Builds on top of reactphp/http#418 and reactphp/socket#264

@clue clue added the new feature New feature or request label Dec 19, 2021
@clue clue added this to the v1.0.0 milestone Dec 19, 2021
@clue clue requested a review from SimonFrings December 19, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants