Skip to content Skip to sidebar Skip to footer
Showing posts with the label Put

Python: Http Put With Binary Data

So I adapted urllib2 as suggested by answers to another question: class HttpRequest(urllib2.Request… Read more Python: Http Put With Binary Data