Print (HttpResponse subroutine)

From m204wiki
Revision as of 19:03, 20 June 2011 by JAL2 (talk | contribs) (→‎Syntax terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Print useful debug information about this object (HttpResponse class)

The Print subroutine displays a report of the HTTPResponse instance that is useful for debugging. The display is sent to wherever User Language Print statement output is currently being directed.

Syntax

httpResponse:Print

Syntax terms

httpResponse A reference to an HttpResponse object that was returned by a Get, Post, or Send method of an HttpRequest object.

See also