# File lib/webrick/httprequest.rb, line 137
    def content_length
      return Integer(self['content-length'])
    end