HttpRequest methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 18:59, 16 June 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( string, string, [string], [boolean])

httpRequest:AddHeader( string, string)

httpRequest:AddLongString( string, [number])

httpRequest:AddXml( doc, [string])

%currentBoolean = httpRequest:AutoSendXmlContentType httpRequest:AutoSendXmlContentType = newBoolean

%number = httpRequest:FieldCount

%httpResponse = httpRequest:Get[( [[Port=] string], [[Cancel=] number])]

%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])]

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], - Method= string)

httpRequest:SetAuthentication( string, string, string)

%currentNumber = httpRequest:Timeout httpRequest:Timeout = newNumber

%currentString = httpRequest:URL httpRequest:URL = newString