There's no documentation for this item.
# File webrick/httprequest.rb, line 124 def body(&block) block ||= Proc.new{|chunk| @body << chunk } read_body(@socket, block) @body.empty? ? nil : @body end
<code/>
<pre/>
<code/>and<pre/>for code samples.