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