assertRequestHandlerCapability

open override fun assertRequestHandlerCapability(method: Method)(source)

Asserts that the server can handle the specified request method.

Throws IllegalStateException if the server does not have the capabilities required to handle this request.

Parameters

method

The request method.