Skip to content

fix multivalued param dict handling in to_url, fix oauth_body_hash sending for GET requests#95

Open
tylerwilliams wants to merge 3 commits intojoestump:masterfrom
tylerwilliams:master
Open

fix multivalued param dict handling in to_url, fix oauth_body_hash sending for GET requests#95
tylerwilliams wants to merge 3 commits intojoestump:masterfrom
tylerwilliams:master

Conversation

@tylerwilliams
Copy link

These patches fix multivalued param handling for the case when you pass a dictionary with iterable values into a request and then call to_url. Previously this would encode the iterable value as a single string instead of encoding each value separately.

This also fixes the library to not send the "oauth_body_hash" parameter on GET or HEAD requests, as defined in the spec.

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