Print (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 2: Line 2:


This [[Notation conventions for methods#Callable methods|callable]] method displays a report of the
This [[Notation conventions for methods#Callable methods|callable]] method displays a report of the
HTTPRequest instance that is useful for debugging.
HttpRequest instance that is useful for debugging.
The display is sent to wherever <var>Print</var> statement output is currently
The display is sent to wherever <var>Print</var> statement output is currently
being directed.
being directed.
Line 10: Line 10:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpreq</th>
<tr><th>%httpreq</th>
<td>An instantiated <var>HTTPRequest</var> object.
<td>An instantiated <var>HttpRequest</var> object.


</td></tr></table>
</td></tr></table>
==See also==
==See also==
{{Template:HttpRequest:Print footer}}
{{Template:HttpRequest:Print footer}}

Revision as of 20:17, 16 June 2011

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