# File lib/httpclient/http.rb, line 284
      def [](key)
        get(key).collect { |item| item[1] }
      end