takes

open infix fun takes(request: REQ): RES

Processes the given request and returns the resulting response.

Return

The response resulting from processing the request.

Since

1.0.0

Parameters

request

The request to be processed.