Package | Description |
---|---|
org.javalite.http |
JavaLite HTTP library.
|
Modifier and Type | Method and Description |
---|---|
Patch |
Patch.doConnect() |
static Patch |
Http.patch(String uri,
byte[] content)
Executes a PATCH request.
|
static Patch |
Http.patch(String url,
byte[] content,
int connectTimeout,
int readTimeout)
Executes a PATCH request.
|
static Patch |
Http.patch(String uri,
String content)
Executes a PATCH request.
|
Copyright © 2019 JavaLite. All rights reserved.