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