Creation/Dev/Script/Client/THTTPRequest: Difference between revisions

From Graal Bible
Line 3: Line 3:


==Variables==
==Variables==
<table border="1" cellpadding="4">
{| border="1" cellpadding="2" width="100%"
<tr>
| '''Name'''
<td>Name</td>
| '''Type'''
<td>Type</td>
| '''Description'''
<td>Description</td>
|-
</tr>
| address
<tr>
| string (read only)
<td>address</td>
| Address of the the server
<td>string (read only)</td>
|-
<td>address of the requested server</td>
| contentlanguage
</tr>
| string (read only)
<tr>
| Content language of the file
<td>contentlanguage</td>
|-
<td>string (read only)</td>
| contenttype
<td>content language</td>
| string (read only)
</tr>
| Content type of the file (eg: text/html)
<tr>
|-
<td>contenttype</td>
| downloadcomplete
<td>string (read only)</td>
| boolean (read only)
<td>content type (eg: text/html)</td>
| Whether the file download has completed
</tr>
|-
<tr>
| file
<td>downloadcomplete</td>
| string (read only)
<td>boolean (read only)</td>
| File name of URL
<td>download is completed</td>
|-
</tr>
| fulldata
<tr>
| string (read only)
<td>file</td>
| File data including HTTP headers
<td>string (read only)</td>
|-
<td>file name of requested URL</td>
| lastmodified
</tr>
| string (read only)
<tr>
| Last modified info (eg: time, date) for file
<td>fulldata</td>
|-
<td>string (read only)</td>
| port
<td>file data including HTTP headers</td>
| integer (read only)
</tr>
| Port of the server
<tr>
|-
<td>lastmodified</td>
| returncode
<td>string (read only)</td>
| integer (read only)
<td>last modified info for file</td>
| HTTP return code (eg: 200)
</tr>
|-
<tr>
| returnmessage
<td>port</td>
| string (read only)
<td>integer (read only)</td>
| HTTP return message (eg: OK)
<td>port of the requested server</td>
|-
</tr>
| server
<tr>
| string (read only)
<td>returncode</td>
| Server version/build
<td>integer (read only)</td>
|}
<td>HTTP return code (eg: 200)</td>
</tr>
<tr>
<td>returnmessage</td>
<td>string (read only)</td>
<td>HTTP return message (eg: OK)</td>
</tr>
<tr>
<td>server</td>
<td>string (read only)</td>
<td>requested server version</td>
</tr>
</table>

Revision as of 05:23, 27 January 2006

THTTPRequest

Inherits TGraalVar

Variables

Name Type Description
address string (read only) Address of the the server
contentlanguage string (read only) Content language of the file
contenttype string (read only) Content type of the file (eg: text/html)
downloadcomplete boolean (read only) Whether the file download has completed
file string (read only) File name of URL
fulldata string (read only) File data including HTTP headers
lastmodified string (read only) Last modified info (eg: time, date) for file
port integer (read only) Port of the server
returncode integer (read only) HTTP return code (eg: 200)
returnmessage string (read only) HTTP return message (eg: OK)
server string (read only) Server version/build