Source position: uriparser.pp line 26
type TURI = record |
Protocol: string; |
Username: string; |
Password: string; |
Host: string; |
Port: Word; |
Path: string; |
Document: string; |
Params: string; |
Bookmark: string; |
HasAuthority: Boolean; |
end; |