Print (HttpResponse subroutine)

From m204wiki
Revision as of 06:49, 19 June 2011 by Goff (talk | contribs) (match syntax table to syntax template; edits, tags and links)
Jump to navigation Jump to search

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