Package | Description |
---|---|
org.javalite.http |
JavaLite HTTP library.
|
Modifier and Type | Method and Description |
---|---|
Post |
Post.doConnect() |
Post |
Post.param(String name,
String value)
Adds a parameter to the request as in a HTML form.
|
Post |
Post.params(String... namesAndValues)
Convenience method to add multiple parameters to the request.
|
static Post |
Http.post(String uri)
Executes a POST request.
|
static Post |
Http.post(String uri,
byte[] content)
Executes a POST request.
|
static Post |
Http.post(String url,
byte[] content,
int connectTimeout,
int readTimeout)
Executes a POST request.
|
static Post |
Http.post(String url,
int connectTimeout,
int readTimeout)
Executes a POST request.
|
static Post |
Http.post(String uri,
String content)
Executes a POST request.
|
Copyright © 2019 JavaLite. All rights reserved.