get method

Send a GET request to the provided URL.

Implementation

SSHHttpClientRequest get(Uri uri) => request('GET', uri, false);