deleteUrl static method
Send a DELETE request to the provided URL.
Implementation
static SyncHttpClientRequest deleteUrl(Uri uri) =>
SyncHttpClientRequest._('DELETE', uri, false);
Send a DELETE request to the provided URL.
static SyncHttpClientRequest deleteUrl(Uri uri) =>
SyncHttpClientRequest._('DELETE', uri, false);