Creation/Dev/GScript/Requesthttp

From Graal Bible
Revision as of 15:09, 25 August 2006 by Tolnaftate2004 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

requesthttp(host, port, file)

Parameters

host The name of the host server from which to make the HTTP request.
port The port in which to issue the request.
file The path and filename of the file being requested.

Returns

A THTTPRequest object.

Description

Function; sends an HTTP request to a server and returns information about the file that was requested.