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:

function http_get_header(cp: HTTPConnection; const name: string): string;

Arguments:

cp Connection handle
name Name part of the header

Description:

This function returns value part of specified response header after request has been sent with http_request.

Returns:

Value part of HTTP header as string.

Usage:

s := http_get_header(cp, 'Content-Type');

See also:

http_request, http_response_info.

PSP Help documents