Assert

fun RequestFilters.Assert(match: Matcher<HttpMessage>): Filter(source)

Perform an assertion on the incoming Request as a Filter operation


fun ResponseFilters.Assert(match: Matcher<HttpMessage>): Filter(source)

Perform an assertion on the outgoing Response as a Filter operation