com.stackmob.sdkapi.http.request
Class PostRequest
java.lang.Object
com.stackmob.sdkapi.http.request.HttpRequest
com.stackmob.sdkapi.http.request.HttpRequestWithBody
com.stackmob.sdkapi.http.request.PostRequest
public class PostRequest
- extends HttpRequestWithBody
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostRequest
public PostRequest(String url,
Set<Header> headers,
String body)
throws MalformedURLException
- Throws:
MalformedURLException
PostRequest
public PostRequest(String url,
String body)
throws MalformedURLException
- Throws:
MalformedURLException
Copyright © 2012 StackMob. All Rights Reserved.