= private = protected
escape(str)
Escapes HTTP reserved and unwise characters in str
# File lib/webrick/httputils.rb, line 468 def escape(str) _escape(str, UNESCAPED) end