httpClient method
Create a new SSHHttpClient that can be used to make HTTP requests that are tunneled over the SSH connection. The returned SSHHttpClient is a very basic implementation, only intended for making simple requests.
Implementation
SSHHttpClient httpClient() {
return SSHHttpClient(this);
}