# File lib/rest.rb, line 134
  def to_s
    p = @path.gsub(/<([^>]*?)\??>=/, "\\1=")
    @verb + " " + p
  end