e.g. in ktor routing, you may have selector for he...
# announcements
o
e.g. in ktor routing, you may have selector for headers, so that you can select handler not only by method and path, but also by
Accept:
header for example. And since such header(s) can have
;q=0.5
parameters for ordering, it complicates things. "First one wins” doesn’t work anymore.