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

UrlInterface->withQueryParameter() #98

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

mabar
Copy link

@mabar mabar commented May 9, 2022

In comparation with other http (client) implementations I really like PSR-7/17/18 has method for everything, instead of building request from a huge array. One method I am missing is for single query parameter. Currently it's possible to configure whole request through interface. Just query parameters have to be passed around in an array before building an query string. I think it would be nice quality of life improvement to have method just for that.

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.

1 participant