# File lib/faraday/request.rb, line 29
    def self.create
      req = new(nil, {}, {}, nil)
      yield req if block_given?
      req
    end