[fpc-devel] About the new package manager and networking
Ales Katona
almindor at gmail.com
Sat Nov 4 21:53:25 CET 2006
Wanted to ask, how should I process the URL?
Should I also understand ":" as separator for port eg:
http://www.shit.com:3030 ?
Shouldn't this be parsed by some common function? Eg:
procedure ParseURL(var Host, URI: string; var Port: string);
This way we can save the hassle for all the backends and ensure same
things will get understood.
Ales
More information about the fpc-devel
mailing list