The HTTPServiceRequest class / com.HTTPServiceRequest methods |
Defines the HTTP response version.
The setResponseVersion() method defines the HTML response version (1.0 or 1.1).
If not set, the same version as the request is used.
The method must be called before sending the response with one of sendResponse, sendTextResponse, sendXmlResponse, or beginXmlResponse and endXmlResponse methods.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.