method
content_length

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