respondRedirect

fun MockRequestHandleScope.respondRedirect(location: String = ""): HttpResponseData(source)

Respond redirect with location in Location header.

Report a problem