# File lib/facets/more/httpaccess.rb, line 288
  def put(uri, body = nil, extheader = {}, &block)
    request('PUT', uri, nil, body, extheader, &block)
  end