path
Matches the request path exactly against path.
Return
This builder instance.
Parameters
path
The expected request path, e.g. "/api/items".
Matches the request path using a Kotest Matcher.
Return
This builder instance.
Parameters
matcher
A Matcher applied to the request path string.