post method

Send a POST request to the provided URL.

Implementation

SSHHttpClientRequest post(Uri uri) => request('POST', uri, true);