Print (HttpRequest subroutine)

From m204wiki
Jump to navigation Jump to search

Print useful debug information (HttpRequest class)


This 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

%httpreq An instantiated HTTPRequest object.

See also