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

Not all servers support every parameter transmission method #53

Closed
wants to merge 1 commit into from

Conversation

lann
Copy link

@lann lann commented Feb 10, 2011

Some servers don't support all three parameter transmission methods defined in the RFC.

Branch adds a parameter_method argument to both Client.__init__ and Client.request which can force a particular method: "body", "query", or "header". The default behavior is still to auto-pick one of these methods, as before.

(New pull request against parameter_method instead of master.)

@joestump
Copy link
Owner

@lann thanks for the PR! @jaitaiwan and I have taken over maintaining this. We're going to try and get a solid update out the door and are going through all of the PRs. Any chance you have tests for this in a fork somewhere? I think this is similar to the work in #124.

@lann
Copy link
Author

lann commented Jul 29, 2015

Wow this is old! I don't even recall writing this code, so I think it's safe to say there are no tests...

@joestump
Copy link
Owner

Haha, no worries. Thanks for replying!

@lann lann closed this Feb 24, 2023
@lann lann deleted the parameter_method branch February 24, 2023 15:00
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.

2 participants