class Patron::Session

def put(url, data, headers = {})

def put(url, data, headers = {})
  do_request(:put, url, headers, data)
end