There's no documentation for this item.
# File webrick/httpresponse.rb, line 66 def content_length if len = self['content-length'] return Integer(len) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.