New (HttpRequest constructor): Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Template: | {{Template:HttpRequest:New subtitle}} | ||
The <var>HTTPRequest</var> constructor (run automatically when <var>New</var> is issued) | The <var>HTTPRequest</var> constructor (run automatically when <var>New</var> is issued) | ||
Line 6: | Line 6: | ||
descriptions in this chapter. | descriptions in this chapter. | ||
==Syntax== | ==Syntax== | ||
{{Template: | {{Template:HttpRequest:New syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 24: | Line 24: | ||
</p> | </p> | ||
==See also== | ==See also== | ||
{{Template: | {{Template:HttpRequest:New footer}} |
Revision as of 20:16, 16 June 2011
Create a new HttpRequest object (HttpRequest class)
The HTTPRequest constructor (run automatically when New is issued)
takes no arguments and sets the request object default values.
For more information about HTTP request object defaults, see the individual method
descriptions in this chapter.
Syntax
%httpRequest = [%(HttpRequest):]New
Syntax terms
%httpreq | The declared HTTPRequest object that gets instantiated by New. |
---|
Usage notes
New can be called with no object, with an explicit class name, or with an object variable, even if that object is null:
%httpreq = new %httpreq = %(httprequest):new %httpreq = %httpreq:new