# File lib/aws/core/http/request.rb, line 22
        def initialize
          @host = nil
          @http_method = 'POST'
          @path = '/'
          @headers = CaseInsensitiveHash.new
          @params = []
          @use_ssl = true
          @port = nil
          @read_timeout = 60 
        end