Menu

#47 Information about uri schemes

open
uri (4)
5
2002-02-08
2002-02-07
No

The following place lists existing uri schemes
and specifications.

http://www.w3.org/Addressing/schemes

Discussion

  • Andreas Kupries

    Andreas Kupries - 2002-02-08
    • summary: Information --> Information about uri schemes
     
  • Andreas Kupries

    Andreas Kupries - 2002-02-08

    Logged In: YES
    user_id=75003

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

     
  • Michael Schlenker

    Logged In: YES
    user_id=302287

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

     
  • Pat Thoyts

    Pat Thoyts - 2002-03-02

    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).