Hi. Can I somehow create routes in Ktor that are o...
# ktor
d
Hi. Can I somehow create routes in Ktor that are only matched against certain client IP addresses or based on which server IP it came from? I would like to handle requests to localhost differently than others.
a
Please take a look at the Route.host method.
d
Wow, thx, didn't know about RouteSelectors. They will come in handy 🙂