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