Print (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Template: | {{Template:HttpRequest:Print subtitle}} | ||
This [[Notation conventions for methods#Callable methods|callable]] method displays a report of the | This [[Notation conventions for methods#Callable methods|callable]] method displays a report of the | ||
Line 6: | Line 6: | ||
being directed. | being directed. | ||
==Syntax== | ==Syntax== | ||
{{Template: | {{Template:HttpRequest:Print syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 14: | Line 14: | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | ==See also== | ||
{{Template: | {{Template:HttpRequest:Print footer}} |
Revision as of 20:16, 16 June 2011
Print useful debug information (HttpRequest class)
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
httpRequest:Print
Syntax terms
%httpreq | An instantiated HTTPRequest object. |
---|