Ian
07/27/2020, 7:31 PMpabl0rg
07/27/2020, 7:34 PMIan
07/27/2020, 7:41 PMpabl0rg
07/27/2020, 7:43 PMIan
07/27/2020, 7:45 PMKweb
class: https://github.com/kwebio/kweb-core/blob/master/src/main/kotlin/kweb/Kweb.ktdave
07/28/2020, 6:45 AMPolyHandler
which could then be converted using asServer(Jetty(...))
. However, for partially applying it to individual pages as per @pabl0rg’s idea you would need to do something funky with the routing to mix in the kweb routes with the standard http4k ones.
PBasically you'd need to migrate all of the w/s stuff from Kweb.kt into an http4k and then you could mix in