There's no documentation for this item.
# File webrick/httpresponse.rb, line 184 def send_body(socket) case @body when IO then send_body_io(socket) else send_body_string(socket) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.