requests-oauth
requests-oauth copied to clipboard
Using header_auth=False with put hoists the PUT parameters into the query string
When issuing a PUT request with header_auth=False, the PUT parameters are hoisted out of the body and into the GET parameters.