public put(url as Object, body as Object = null, headers as Map<String, String> = null) as HttpResponse throws Exception:
Sends a PUT request.
import klyn.net
client = HttpClient()
print(client.put("https://example.com/api", {"enabled": true}).statusCode)