Print (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{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 7: | Line 6: | ||
being directed. | being directed. | ||
==Syntax== | ==Syntax== | ||
{{Template:HTTPRequest:Print syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 15: | Line 13: | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | |||
{{Template:HTTPRequest:Print footer}} |
Revision as of 18:26, 15 June 2011
Template:HTTPRequest:Print subtitle
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
Template:HTTPRequest:Print syntax
Syntax terms
%httpreq | An instantiated HTTPRequest object. |
---|