HttpRequest methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 23: Line 23:
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%currentBoolean</span><span class="literal"> =</span> <span class="term">httpRequest</span><span class="literal">:[[MultiPartFormEncoding (HttpRequest property)|MultiPartFormEncoding]]</span>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%currentBoolean</span><span class="literal"> =</span> <span class="term">httpRequest</span><span class="literal">:[[MultiPartFormEncoding (HttpRequest property)|MultiPartFormEncoding]]</span>
<span class="term">httpRequest</span><span class="literal">:[[MultiPartFormEncoding (HttpRequest property)|MultiPartFormEncoding]]</span> <span class="literal">= </span><span class="term">newBoolean</span></p>
<span class="term">httpRequest</span><span class="literal">:[[MultiPartFormEncoding (HttpRequest property)|MultiPartFormEncoding]]</span> <span class="literal">= </span><span class="term">newBoolean</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%httpRequest</span><span class="literal"> =</span> <span class="squareb">[</span><span class="literal">%(HttpRequest)</span><span class="squareb">]</span><span class="literal">:[[New (HttpRequest constructor)|New]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%httpRequest</span><span class="literal"> =</span> <span class="squareb">[</span><span class="literal">%(HttpRequest):</span><span class="squareb">]</span><span class="literal">[[New (HttpRequest constructor)|New]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%currentString</span><span class="literal"> =</span> <span class="term">httpRequest</span><span class="literal">:[[Page (HttpRequest property)|Page]]</span>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%currentString</span><span class="literal"> =</span> <span class="term">httpRequest</span><span class="literal">:[[Page (HttpRequest property)|Page]]</span>
<span class="term">httpRequest</span><span class="literal">:[[Page (HttpRequest property)|Page]]</span> <span class="literal">= </span><span class="term">newString</span></p>
<span class="term">httpRequest</span><span class="literal">:[[Page (HttpRequest property)|Page]]</span> <span class="literal">= </span><span class="term">newString</span></p>

Revision as of 20:38, 30 November 2011

The syntax for each of the HttpRequest class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of HttpRequest methods.

httpRequest:AddField( fieldName, fieldValue, [file], [translate])

httpRequest:AddHeader( header, value)

httpRequest:AddLongstring( string, [xlatFlag])

httpRequest:AddXml( doc, [options])

%currentBoolean = httpRequest:AutoSendXmlContentType httpRequest:AutoSendXmlContentType = newBoolean

%number = httpRequest:FieldCount

%httpResponse = httpRequest:Get[( [[Port=] string], [[Cancel=] number], - [CertificateCheck= certificateChecker], - [CheckKeepAliveCertificate= boolean])]

%number = httpRequest:HeaderCount

%currentString = httpRequest:Host httpRequest:Host = newString

%currentString = httpRequest:HttpVersion httpRequest:HttpVersion = newString

%currentLineEnd = httpRequest:LineEnd httpRequest:LineEnd = newLineEnd

%currentNumber = httpRequest:MaxRedirects httpRequest:MaxRedirects = newNumber

%currentBoolean = httpRequest:MultiPartFormEncoding httpRequest:MultiPartFormEncoding = newBoolean

%httpRequest = [%(HttpRequest):]New

%currentString = httpRequest:Page httpRequest:Page = newString

%currentNumber = httpRequest:Port httpRequest:Port = newNumber

%httpResponse = httpRequest:Post[( [[Port=] string], [[Cancel=] number], - [CertificateCheck= certificateChecker], - [CheckKeepAliveCertificate= boolean])]

httpRequest:Print

%currentString = httpRequest:Protocol httpRequest:Protocol = newString

%currentString = httpRequest:Proxy httpRequest:Proxy = newString

httpRequest:RemoveAuthentication

httpRequest:RemoveProxy

%httpResponse = httpRequest:Send( [[Port=] string], [[Cancel=] number], - [CertificateCheck= certificateChecker], - [CheckKeepAliveCertificate= boolean], - Method= name)

httpRequest:SetAuthentication( userID, password, realm)

%currentNumber = httpRequest:Timeout httpRequest:Timeout = newNumber

%currentString = httpRequest:URL httpRequest:URL = newString