handle

abstract fun handle(request: MockRequest): MockResponse

Handles the given MockRequest.

This method is called from one or several background threads and must be thread-safe.