codeborne / klite

Kotlin async http server framework with coroutines and zero deps
MIT License
104 stars 17 forks source link

Multiple query params with the same name #63

Open Rattlyy opened 4 months ago

Rattlyy commented 4 months ago

Hi, what i'm trying to accomplish is this: @QueryParam("sourceAirportId") sourceAirportId: List<Int> Is this possible?

Thanks in advance.