kotlin/app-homepage-react/src/main/kotlin/org/homepage/Routing.kt [82:89]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override suspend fun receiveText() = call.receiveText() override fun getHeader(headerName: String) = call.request.header(headerName) override suspend fun respond(httpStatusCode: Int, body: String) = call.respond(HttpStatusCode.fromValue(httpStatusCode), body) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kotlin/space-events/src/main/kotlin/org/webhooks/Routing.kt [24:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override suspend fun receiveText() = call.receiveText() override fun getHeader(headerName: String) = call.request.header(headerName) override suspend fun respond(httpStatusCode: Int, body: String) = call.respond(HttpStatusCode.fromValue(httpStatusCode), body) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -