Chapter 4: Property Reference
http.response.version( )
The http.response.version( ) property sets the version of the HTTP protocol to be used in the response to the client's user agent.
Syntax
http.response.version(1.01.1)
The default is taken from the CLI configuration setting http version, which can be set to either 1.0 or
1.1.Changing this value in the CLI changes the default for both http.request.version( ) and http.response.version( ).
Layer and Transaction Notes
•Use in <Proxy> layers.
•Applies to HTTP transactions.
See Also
•Conditions: http.response.version=
•Properties: http.request.version( )
191