# File lib/jira/http_client.rb, line 15
    def initialize(options)
      @options = DEFAULT_OPTIONS.merge(options)
      @cookies = {}
    end