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