Creation/Dev/Script/Client/THTTPRequest: Difference between revisions
From Graal Bible
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
=THTTPRequest= | |||
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]] | |||
==Variables== | |||
* address - string (read only), address of the requested server | |||
* contentlanguage - string (read only), content language | |||
* contenttype - string (read only), content type (eg: text/html) | |||
* downloadcomplete - boolean (read only), download is completed | |||
* file - string (read only), file name of requested URL | |||
* fulldata - string (read only), file data including HTTP headers | |||
* lastmodified - string (read only), last modified info for file | |||
* port - integer (read only), port of the requested server | |||
* returncode - integer (read only), HTTP return code (eg: 200) | |||
* returnmessage - string (read only), HTTP return message (eg: OK) | |||
* server - string (read only), requested server version |
Revision as of 04:03, 27 January 2006
THTTPRequest
Inherits TGraalVar
Variables
- address - string (read only), address of the requested server
- contentlanguage - string (read only), content language
- contenttype - string (read only), content type (eg: text/html)
- downloadcomplete - boolean (read only), download is completed
- file - string (read only), file name of requested URL
- fulldata - string (read only), file data including HTTP headers
- lastmodified - string (read only), last modified info for file
- port - integer (read only), port of the requested server
- returncode - integer (read only), HTTP return code (eg: 200)
- returnmessage - string (read only), HTTP return message (eg: OK)
- server - string (read only), requested server version