Which is the best python library to make REST request like PUT, GET, DELETE, POST and how ?
- by Parthiv
Hi,
I am bit confuse over set of libraries of pythons to connect with REST enabled web services.
I have tried httplib, urllib and urllib2. I want to know how can methods like PUT, GET, POST, DELETE can be achieved using this library.
Regards,
Parthiv