Print (HttpResponse subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (→Syntax terms) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{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. | |||
==Syntax== | ==Syntax== | ||
{{Template:HttpResponse:Print syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th> | <tr><th>httpResponse</th> | ||
<td>A reference to an <var> | <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> | |||
==See also== | |||
{{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. |
---|