= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
content_length()
The content-length header
# File lib/webrick/httprequest.rb, line 157 def content_length return Integer(self['content-length']) end