yes, like this ``` install(Routing) { ...
# ktor
o
yes, like this
Copy code
install(Routing) {
        header(HttpHeaders.Host, "a.com") {
            install(StatusPages) {

            }
        }