VAR :HTTPVersion
Class
Syntax
Read:
:HTTPVersion --> cHTTPVersion
Assign:
:HTTPVersion := "1.1" (may be passed as Numeric or String. It will be converted to String)
Description
:HTTPVersion stores the default value to provide to any Method that requires the HTTP Version in order to communicate with the Server. Certain Server operations require a particular HTTP Version in order to provide correct data.
By default the HTTPVersion contains "1.1" upon the Class Initialization.
If the HTTP Version is passed as a parameter to a Method such as :Connect(), it will update the :HTTPVersion Variable for future calls using that particular instance of the aprHTTP Class.