Open
Description
The current JVM backend (HttpURLConnection) has too many drawbacks including:
- No
PATCH
method (or any other non-standard method as a matter of fact). See potential workaround to PATCH on jvm #67 for a workaround - No request bodies where the spec doesn't allow them
Must look for a replacement which is more loose on the spec.