Which is the best python library to make REST request like PUT, GET, DELETE, POST and how ?
Posted
by Parthiv
on Stack Overflow
See other posts from Stack Overflow
or by Parthiv
Published on 2010-02-01T12:27:05Z
Indexed on
2010/03/13
2:17 UTC
Read the original article
Hit count: 369
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
© Stack Overflow or respective owner