# File lib/em-http/http_connection.rb, line 7
    def put      options = {}, &blk;  setup_request(:put,     options, &blk); end