Print (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 10: Line 10:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpreq</th>
<tr><th>%httpreq</th>
<td>An instantiated HTTPRequest 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 22:42, 15 June 2011

Template:HTTPRequest:Print subtitle

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

Template:HTTPRequest:Print syntax

Syntax terms

%httpreq An instantiated HTTPRequest object.

See also

Template:HTTPRequest:Print footer