klyn.net.HttpClient.patch
method
public patch(url as Object,
body as Object = null,
headers as Map<String, String> = null) as HttpResponse throws Exception:
Description

Sends a PATCH request.

import klyn.net

client = HttpClient()
print(client.patch("https://example.com/api", {"active": false}).statusCode)