Interface Request
-
- All Known Implementing Classes:
RequestImpl
public interface Request
Represent a request to match.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Map<String,String>
headers()
String
method()
default String
payload()
String
uri()
-