infix fun <T : ServletResponse> Builder<T>.contentTypeIsCompatibleWith(expected: MediaType): Builder<T>
Asserts that the content type of the subject is compatible with expected.
See Also
MediaType.isCompatibleWith