I need to upload some data to a server using HTTP PUT in python. From my brief reading of the urllib2 docs, it only does HTTP POST. Is there any way to do an HTTP PUT in python?

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *