Skip to content

Not all servers support every parameter transmission method - #53

Closed
lann wants to merge 1 commit into
joestump:masterfrom
lann:parameter_method
Closed

Not all servers support every parameter transmission method#53
lann wants to merge 1 commit into
joestump:masterfrom
lann:parameter_method

Conversation

@lann

@lannlann commented Feb 10, 2011

Copy link
Copy Markdown

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
Copy Markdown
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

lann commented Jul 29, 2015

Copy link
Copy Markdown
Author

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
Copy Markdown
Owner

Haha, no worries. Thanks for replying!

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

@lann@joestump