httpVersion
In case of server request, the HTTP version sent by the client. In the case of client response, the HTTP version of the connected-to server. Returns '2.0'
.
Also message.httpVersionMajor
is the first integer and message.httpVersionMinor
is the second.
Since
v8.4.0