# File lib/faraday/options.rb, line 311
    def clear_body
      request_headers[ContentLength] = '0'
      self.body = ''
    end