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.
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.