Difference between revisions of "THttpCli.URL"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Main_Page | Main page]] -> [[ICS_Components_Reference | ICS components reference]] | ||
+ | -> [[THttpCli]] -> [[THttpCli.URL | URL]] | ||
+ | == Definition == | ||
− | + | URL : String; | |
The URL property is the target of Get / Post / Head methods. | The URL property is the target of Get / Post / Head methods. | ||
Line 6: | Line 9: | ||
== Description == | == Description == | ||
− | URL syntax is protocol://[user[:password]@]server[:port]/path | + | URL syntax is |
+ | protocol://[user[:password]@]server[:port]/path | ||
− | == How To / Examples | + | == How To / Examples == |
Nothing yet :-) | Nothing yet :-) |
Latest revision as of 17:58, 19 February 2006
Main page -> ICS components reference -> THttpCli -> URL
Definition
URL : String;
The URL property is the target of Get / Post / Head methods.
Description
URL syntax is
protocol://[user[:password]@]server[:port]/path
How To / Examples
Nothing yet :-)