Creation/Dev/Script/Client/THTTPRequest: Difference between revisions
From Graal Bible
m (→Variables) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]] | Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]] | ||
=Variables= | |||
{| border="1" cellpadding="2" width="100%" | {| border="1" cellpadding="2" width="100%" | ||
| '''Name''' | | '''Name''' |
Revision as of 10:40, 27 January 2006
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 |