public static class CapturedRequest.Request
extends java.lang.Object
ngrok
's API.Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getHeaders()
Get the map of request headers.
|
java.lang.String |
getMethod()
Get the method of the request.
|
java.lang.String |
getProto()
Get the proto of the request.
|
java.lang.String |
getRaw()
Get the raw request.
|
java.lang.String |
getUri()
Get the URI of the request.
|
public java.lang.String getMethod()
public java.lang.String getProto()
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getHeaders()
public java.lang.String getUri()
public java.lang.String getRaw()