There's no documentation for this item.
# File webrick/httputils.rb, line 377 def escape_form(str) ret = _escape(str, UNESCAPED_FORM) ret.gsub!(/ /, "+") ret end
<code/>
<pre/>
<code/>and<pre/>for code samples.