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

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

Revision as of 05: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