# File lib/faraday/options.rb, line 306
    def needs_body?
      !body && MethodsWithBodies.include?(method)
    end