Package notion.api.v1.http
Object HttpUrlConnPatchMethodWorkaround
-
- All Implemented Interfaces:
public class HttpUrlConnPatchMethodWorkaround
Thanks to https://github.com/eclipse-ee4j/jersey/blob/3.0.2/core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java#L473
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpUrlConnPatchMethodWorkaround
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
setPatchRequestMethod(HttpURLConnection conn)
-
-
Method Detail
-
setPatchRequestMethod
final Unit setPatchRequestMethod(HttpURLConnection conn)
-
-
-
-