How do I make a PATCH request in Python?

Viewed 22704

Is there a way to make a request using the PATCH HTTP method in Python?

I tried using httplib, but it doesn't accept PATCH as method param.

4 Answers
Related