Print (HttpRequest subroutine)

From m204wiki
Revision as of 22:42, 15 June 2011 by JALWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

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.

See also

Template:HTTPRequest:Print footer