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

Bring more flexibility to query params serialization #132

Merged
merged 1 commit into from
Jan 31, 2017

Conversation

bakura10
Copy link
Contributor

This PR adds more flexibility to the way query params are serialized and does not introduce any breaking change.

This also open the road to more query serialization logic in the future (like what Guzzle 3 used to have). In my case i needed this as the API I integrated did not support numeric indices in the query string.

@Konafets Konafets merged commit 251f1c9 into guzzle:master Jan 31, 2017
@bakura10 bakura10 deleted the query-params branch January 31, 2017 18:59
@Konafets
Copy link
Contributor

@bakura10, thanks for your contribution! I remembering having the very same issue with an Meteor API. Added the removing of the indices to a custom client. This solution is way more better :-)

@bakura10
Copy link
Contributor Author

You're welcome.

May I ask a tag another time? :D

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.

None yet

3 participants