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