kwebio / kweb-core

A Kotlin web framework
https://docs.kweb.io/book
GNU Lesser General Public License v3.0
969 stars 57 forks source link

Extract Kweb param parsing functionality into a separate function #136

Closed alkoclick closed 2 years ago

alkoclick commented 4 years ago

This is currently buried in the path receiver / render functionality. Extracting it will allow us to test it more efficiently, while also reusing it for Ktor routing, which currently does not parse params in the "Kweb way" because of this

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

sanity commented 2 years ago

Pretty sure this is fixed, reopen if not.