Creation/Dev/Script/Client/THTTPRequest

From Graal Bible
Revision as of 05:03, 27 January 2006 by Rick (talk | contribs)

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