Uses of Class
org.javalite.http.Post

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.
 



Copyright © 2015 JavaLite. All rights reserved.