putUrl static method

SyncHttpClientRequest putUrl(
  1. Uri uri
)

Send a PUT request to the provided URL.

Implementation

static SyncHttpClientRequest putUrl(Uri uri) =>
    SyncHttpClientRequest._('PUT', uri, true);