protocolVersion property

SSHHttpProtocolVersion protocolVersion
getter/setter pair

The HTTP protocol version used for the request. Defaults to HTTP/1.1.

Set this to SSHHttpProtocolVersion.http10 to avoid the server from sending a Transfer-Encoding: chunked response.

Implementation

var protocolVersion = SSHHttpProtocolVersion.http11;