joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.
MIT License
2.99k stars 912 forks source link

Allow charset in Content-Type header #209

Closed alixmartineau closed 5 years ago

alixmartineau commented 8 years ago

Fix decoding of body for requests with Content-Type header like: "application/x-www-form-urlencoded; charset=UTF-8".

codecov-io commented 8 years ago

Current coverage is 96.05%

No coverage report found for master at 5fd84a6.

Powered by Codecov. Last updated by 5fd84a6...8d61b25

NameX44 commented 8 years ago

+1 need this PR !

TimSC commented 6 years ago

I pulled this PR into a new fork: https://github.com/TimSC/python-oauth10a