# File lib/faraday/builder.rb, line 36
    def [](index)
      # @handlers are stored in reverse order
      @handlers[-(index+1)]
    end