class AzureBlob::Http
def post(content = "")
def post(content = "") sign_request("POST") if signer @response = http.start do |http| http.post(uri, content, headers) end raise_error unless success? response.body end
def post(content = "") sign_request("POST") if signer @response = http.start do |http| http.post(uri, content, headers) end raise_error unless success? response.body end