[fpc-pascal] Re: URIParser

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Wed May 18 14:50:29 CEST 2011



On Wed, 18 May 2011, ik wrote:

> I've created a more simple example:
>
> program uri_test;
> uses URIParser;
>
> var
>  URI : TURI;
>
> begin

You don't specify the protocol.

a URI starts always with "protocol://"

so http://sip:bob@example.com/

The URIParser unit expects the protocol to be in place.

Michael.



More information about the fpc-pascal mailing list