put method

Send a PUT request to the provided URL.

Implementation

SSHHttpClientRequest put(Uri uri) => request('PUT', uri, true);