RemoveAuthentication (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 8: | Line 8: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%httpreq</th> | <tr><th>%httpreq</th> | ||
<td>A previously defined and instantiated HTTPRequest object. | <td>A previously defined and instantiated <var>HTTPRequest</var> object. | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | ==See also== | ||
{{Template:HTTPRequest:RemoveAuthentication footer}} | {{Template:HTTPRequest:RemoveAuthentication footer}} |
Revision as of 22:42, 15 June 2011
Template:HTTPRequest:RemoveAuthentication subtitle
This callable method lets you clear the authentication values created with SetAuthentication.
Syntax
Template:HTTPRequest:RemoveAuthentication syntax
Syntax terms
%httpreq | A previously defined and instantiated HTTPRequest object. |
---|