# File lib/action_controller/request.rb, line 70
    def content_length
      @content_length ||= env['CONTENT_LENGTH'].to_i
    end