ktor-server-test-host / io.ktor.server.testing / EngineTestBase / withUrl

withUrl

protected fun withUrl(path: String, builder: suspend HttpRequestBuilder.() -> Unit = {}, block: suspend HttpResponse.(Int) -> Unit): Unit