hookRequests
fun hookRequests(
processRequest: TestApplicationRequest.(setup: TestApplicationRequest.() -> Unit) -> Unit,
processResponse: TestApplicationCall.() -> Unit,
block: () -> Unit
): Unit
Install a hook for test requests
fun hookRequests(
processRequest: TestApplicationRequest.(setup: TestApplicationRequest.() -> Unit) -> Unit,
processResponse: TestApplicationCall.() -> Unit,
block: () -> Unit
): Unit
Install a hook for test requests