route_to(dst) -> URI::Generic
自身から dst への相対パスを返します。
例:
require 'uri' p URI.parse('http://example.com/').route_to('http://example.com/foo/bar.html') #=> #<URI::Generic:0x20100198 URL:foo/bar.html>