urn:namespace identifier:namespace specific stringIf URN suffix is URL suffix, it's trivial to support URNs too:
urn:mirror:gnome/gnome-1.0
This would be equivalent to
ftp://ftp.gnome.org/pub/GNOME/gnome-1.0 ftp://ftp.net.lut.ac.uk/gnome/gnome-1.0In Squid
urn:urn_resolver_name:urlThen
urn:tracker.foo.net:ftp://ftp.gnome.org/pub/GNOME/gnome-1.0will lead to the following HTTP request to the tracker.foo.net:
GET /uri-res/N2L?ftp://ftp.gnome.org/pub/GNOME/gnome-1.0 HTTP/1.0