# File lib/faraday/builder.rb, line 57
    def build(options = {})
      @handlers.clear unless options[:keep]
      yield self if block_given?
    end