The following place lists existing uri schemes and specifications.
http://www.w3.org/Addressing/schemes
Logged In: YES user_id=75003
Use this to expand the number of uri handled by the module.
Logged In: YES user_id=302287
Better use the official IANA list at: http://www.iana.org/assignments/uri-schemes
Logged In: YES user_id=202636
In the dns module I've implemented the dns scheme as a uri module extension. Therefore:
package require dns dns::split dns://nameserver.here.bogus/remote.host.com?type=MX
can do the expected thing. I followed the internet draft for this (draft-josefsson-dns-url).
Logged In: YES
user_id=75003
Use this to expand the number of uri handled by the module.
Logged In: YES
user_id=302287
Better use the official IANA list at:
http://www.iana.org/assignments/uri-schemes
Logged In: YES
user_id=202636
In the dns module I've implemented the dns scheme as a uri
module extension. Therefore:
package require dns
dns::split dns://nameserver.here.bogus/remote.host.com?type=MX
can do the expected thing. I followed the internet draft for
this (draft-josefsson-dns-url).