help files
Z505
|
PasWiki
|
FUQ
|
Search
|
Main Docs
|
API Guide
[
Overview
][
Types
][
Procedures and functions
][
Variables
]
Reference for unit 'http' (
#powtils_main
)
HttpConnect
Declaration
Source position: http.pas line 41
function
HttpConnect
(
const
address
:
String
):
HTTPConnection
;
Notes
Connects to address such as http://url.com adn returns the connection instance to be used with other procedures such as HttpPutHeader, HttpSetHeader, etc.
lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs,
Z505