# File lib/merb-core/dispatch/request.rb, line 311
    def content_length
      @content_length ||= @env[Merb::Const::CONTENT_LENGTH].to_i
    end