There's no documentation for this item.
# File webrick/httprequest.rb, line 163 def to_s ret = @request_line.dup @raw_header.each{|line| ret << line } ret << CRLF ret << body if body ret end
<code/>
<pre/>
<code/>and<pre/>for code samples.