Difference between revisions of "THttpCli.URL"

From Overbyte
Jump to navigation Jump to search
Line 1: Line 1:
  
 
== Definition ==
 
== 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.

Revision as of 12:34, 15 February 2006

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 :-)