public class ReceivedRequest extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
headers |
String |
method |
String |
path |
String |
queryParams |
Constructor and Description |
---|
ReceivedRequest(String method,
String path,
String queryParams,
Map<String,String> headers,
String postData) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBody() |
String |
getBodyAsString() |
String |
toString() |
public final String path
public final String queryParams
public final String method
public InputStream getBody()
public String getBodyAsString()
Copyright © 2016 Digipost. All rights reserved.