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