public static class CapturedRequest.Response
extends java.lang.Object
ngrok's API.| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getHeaders()
Get the map of response headers.
|
java.lang.String |
getProto()
Get the proto of the response.
|
java.lang.String |
getRaw()
Get the raw response.
|
java.lang.String |
getStatus()
Get the description of the response.
|
int |
getStatusCode()
Get the status code of the response.
|
public java.lang.String getStatus()
public int getStatusCode()
public java.lang.String getProto()
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getHeaders()
public java.lang.String getRaw()