Interface Request
public interface Request
Represents an incoming request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Requestcreate(Method method, String path, QueryParams queryParams) static Requestcreate(Method method, String path, QueryParams queryParams, List<Header> headers, Map<String, String> pathParamsMap, String body) static Requestcreate(Method method, String path, QueryParams queryParams, Map<String, Header> headers, Map<String, String> pathParamsMap) getBody()Returns a read-only Map of headers.getPath()