Uses of Class
org.javalite.http.Patch
-
Packages that use Patch Package Description org.javalite.http JavaLite HTTP library. -
-
Uses of Patch in org.javalite.http
Methods in org.javalite.http that return Patch Modifier and Type Method Description PatchPatch. doConnect()static PatchHttp. patch(String uri, byte[] content)Executes a PATCH request.static PatchHttp. patch(String url, byte[] content, int connectTimeout, int readTimeout)Executes a PATCH request.static PatchHttp. patch(String uri, String content)Executes a PATCH request.
-