public class HttpRequest extends Object
| Constructor and Description |
|---|
HttpRequest(String suffix) |
HttpRequest(String suffix,
String payload) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPayload() |
String |
getQueryParameters() |
String |
getSuffix() |
void |
setQueryParameters(String queryParameters) |
public HttpRequest(String suffix)
Copyright © 2018 WSO2. All rights reserved.