Ilya Ryzhenkov
Ilya Ryzhenkov
This is not something I maintain, it was a temporary project to check how everything works. I suggest using TechEmpower Benchmarks for real data.
I'm sorry, but why *should* I? That's my personal repo, it's not something I sell or associate with the company I work for. I think assumptions should be the other...
So given a little bit more thought to this, it's not possible right now. Even if `respondHtml` would accept a suspending lambda, which it can, all the builder functions for...
Yes, indeed looks like you've put to many configuration files out there. The one in src/main/resources should be used
Did you have your issue resolved?
I see, currently you can't have config-based application with lambda-based module. We need to think about how to make this possible.
There is no built-in functionality like this yet, but it's quite easy to achieve by copying part of static source code (as a workaround): ``` fun Route.htmlFiles(folder: File) { val...
I see. You might need to copy some more code :) We will think about this feature as an out-of-the-box later.
https://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.2.3
Introduced receive pipelines now allows this to be implemented in a straightforward manner.