Interface Request
- All Known Implementing Classes:
RequestImpl
public interface Request
Represent a request to match.
-
Method Summary
-
Method Details
-
headers
- Returns:
- the headers of the request.
-
uri
- Returns:
- the URI for this HTTP request.
-
method
- Returns:
- the HTTP method for this HTTP request.
-
payload
- Returns:
- the request payload.
-