Print (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:HttpRequest:Print subtitle}} | {{Template:HttpRequest:Print subtitle}} | ||
The <var>Print</var> [[Notation conventions for methods#Callable methods|callable]] method displays a report of the <var>[[HttpRequest]]</var> instance that is useful for debugging. The display is sent to wherever <var>Print</var> statement output is currently being directed. | The <var>Print</var> [[Notation conventions for methods#Callable methods|callable]] method displays a report of the <var>[[HttpRequest class|HttpRequest]]</var> instance that is useful for debugging. The display is sent to wherever <var>Print</var> statement output is currently being directed. | ||
==Syntax== | ==Syntax== |
Revision as of 22:23, 21 June 2011
Print useful debug information (HttpRequest class)
The Print 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
httpRequest | A previously defined and instantiated HttpRequest object. |
---|