This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

procedure http_close(cp: HTTPConnection);

Arguments:

cp Connection handle

Description:

Closes HTTP connection and frees memory occupied by handle.

Usage:

http_close(cp);

See also:

http_connect.

PSP Help documents