Print (HttpResponse subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:HttpResponse:Print subtitle}}
{{Template:HttpResponse:Print subtitle}}
The <var>Print</var> subroutine displays a report of the <var>HTTPResponse</var> instance that is useful for debugging.  The display is sent to wherever <var class="product">User Language</var> <var>Print</var> statement output is currently being directed.


The <var>Print</var> subroutine displays a report of the
<var>HTTPResponse</var> instance that is useful for debugging.  The
display is sent to wherever <var class="product">User Language</var> <var>Print</var> statement output is currently
being directed.
==Syntax==
==Syntax==
{{Template:HttpResponse:Print syntax}}
{{Template:HttpResponse:Print syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpresp</th>
<tr><th>httpResponse</th>
<td>A reference to an <var>HTTPResponse</var> object that was returned by a Get, Post, or Send method of an HTTPRequest object.
<td>A reference to an <var>[[HttpResponse_class|HttpResponse]]</var> object that was returned by a <var>[[Get_(HttpRequest_function)|Get]]</var>, <var>[[Post_(HttpRequest_function)|Post]]</var>, or <var>[[Send_(HttpRequest_function)|Send]]</var> method of an <var>[[HttpRequest_class|HttpRequest]]</var> object.</td></tr>
</table>


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

Latest revision as of 19:03, 20 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

httpResponse A reference to an HttpResponse object that was returned by a Get, Post, or Send method of an HttpRequest object.

See also