Print (HttpResponse subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:HttpResponse:Print subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
[[Category:HttpResponse methods|Print subroutine]]
<p>
<var>Print</var> is a member of the <var>[[HttpResponse class|HttpResponse]]</var> class.
</p>


The <var>Print</var> subroutine displays a report of the
The <var>Print</var> subroutine displays a report of the
Line 11: Line 6:
being directed.
being directed.
==Syntax==
==Syntax==
<p class="syntax">%httpresp:Print
{{Template:HttpResponse:Print syntax}}
</p>
 
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 20: Line 13:


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

Revision as of 19:41, 17 June 2011

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

%httpresp A reference to an HTTPResponse object that was returned by a Get, Post, or Send method of an HTTPRequest object.

See also