[fpc-pascal] Re: URIParser

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Wed May 18 15:47:17 CEST 2011


It should assume that sip is a protocol, like it does now.

I think that:

  URI := ParseURI('sip:bob at example.com');

Should output this:

        Protocol: sip
        Username: bob
        Password:
        Host: example.com
        Port: 0
        Path:
        Document:
         Params:
        Bookmark:
        HasAuthority: FALSE

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list