public abstract class HttpPostRequest extends HttpRequest<HttpPostRequest>
| Constructor and Description |
|---|
HttpPostRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
payload()
Gets a payload of a request.
|
protected String |
payloadAsString()
Gets a string representation of a payload.
|
String |
toString() |
HttpPostRequest |
withFormParametersPayload(String params) |
HttpPostRequest |
withJsonPayload(String payload) |
public HttpPostRequest withJsonPayload(String payload)
public HttpPostRequest withFormParametersPayload(String params)
protected final byte[] payload()
protected final String payloadAsString()
Copyright © 2015. All rights reserved.