HeaderCount (HttpRequest function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template; edits, tags and links (err, this one needs some detail))
Line 6: Line 6:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>number</td></tr>
<tr><th>hTTPRequest</th>
<tr><th>httpRequest</th>
<td><var>HttpRequest</var> object</td></tr>
<td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:HttpRequest:HeaderCount footer}}
{{Template:HttpRequest:HeaderCount footer}}

Revision as of 08:26, 18 June 2011

Number of headers in this request (HttpRequest class)


Syntax

%number = httpRequest:HeaderCount

Syntax terms

%numbernumber
httpRequest A previously defined and instantiated HttpRequest object.

Usage notes

Examples

See also