Print (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
{{Template:HttpRequest:Print subtitle}}
[[Category:HTTPRequest methods|Print subroutine]]
The <var>Print</var> [[Notation conventions for methods#Callable functions|callable]] method displays a report of the <var>[[HttpRequest class|HttpRequest]]</var> instance that is useful for debugging.  The display is sent to wherever <var>Print</var> statement output is currently being directed.


This [[Notation conventions for methods#Callable methods|callable]] method displays a report of the
HTTPRequest instance that is useful for debugging.
The display is sent to wherever <var>Print</var> statement output is currently
being directed.
==Syntax==
==Syntax==
<p class="syntax">%httpreq:Print
{{Template:HttpRequest:Print syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpreq</th>
<tr><th>httpRequest</th>
<td>An instantiated HTTPRequest object.
<td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr>
</table>


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

Latest revision as of 19:40, 14 July 2011

Print useful debug information (HttpRequest class)

The Print 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

httpRequest A previously defined and instantiated HttpRequest object.

See also