Creation/Dev/GScript/Requesthttp: Difference between revisions

From Graal Bible
No edit summary
 
No edit summary
Line 1: Line 1:
<font size="+0">'''Usage'''</font>
{{doctitle|Usage}}


requesthttp({{graycourier|host}}, {{graycourier|port}}, {{graycourier|file}})
requesthttp({{graycourier|host}}, {{graycourier|port}}, {{graycourier|file}})


<font size="+0">'''Parameters'''</font>
{{doctitle|Parameters}}


{{graycourier|host}} The name of the host server from which to make the HTTP request.<br />
{{graycourier|host}} The name of the host server from which to make the HTTP request.<br />
Line 9: Line 9:
{{graycourier|file}} The path and filename of the file being requested.
{{graycourier|file}} The path and filename of the file being requested.


<font size="+0">'''Returns'''</font>
{{doctitle|Returns}}


A THTTPRequest object.
A THTTPRequest object.


<font size="+0">'''Description'''</font>
{{doctitle|Decription}}


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

Revision as of 15:13, 25 August 2006

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.


Decription

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