A Multi-Column Listbox
View Ticket
Not logged in
Ticket UUID: 514494
Title: Information about uri schemes
Type: RFE Version: None
Submitter: andreas_kupries Created on: 2002-02-07 20:21:18
Subsystem: uri Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Deleted Last Modified: 2013-07-04 17:49:27
Resolution: Not Applicable Here Closed By:
    Closed on:
Description:
The following place lists existing uri schemes
and specifications.

http://www.w3.org/Addressing/schemes
User Comments: patthoyts added on 2002-03-02 08:49:40:
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).

mic42 added on 2002-02-23 00:32:59:
Logged In: YES 
user_id=302287

Better use the official IANA list at:
http://www.iana.org/assignments/uri-schemes

andreas_kupries added on 2002-02-09 03:40:58:
Logged In: YES 
user_id=75003

Use this to expand the number of uri handled by the module.