|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Post | |
|---|---|
| org.javalite.http | This package contains convenience classes for working with REST services. |
| Uses of Post in org.javalite.http |
|---|
| Methods in org.javalite.http that return Post | |
|---|---|
Post |
Post.doConnect()
|
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 uri,
String content)
Executes a POST request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||