Print (HttpRequest subroutine)

From m204wiki
Revision as of 19:40, 14 July 2011 by JALWiccan (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Print useful debug information (HttpRequest class)

The Print callable method displays a report of the HttpRequest instance that is useful for debugging. The display is sent to wherever Print statement output is currently being directed.

Syntax

httpRequest:Print

Syntax terms

httpRequest A previously defined and instantiated HttpRequest object.

See also