There's no documentation for this item.
# File webrick_server.rb, line 159 def assign_status(res, header) if /^(\d+)/ =~ header['status'][0] res.status = $1.to_i header.delete('status') end end
<code/>
<pre/>
<code/>and<pre/>for code samples.