pellet
pellet copied to clipboard
An opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services 🚀.
If users have a large number of routes, it can be helpful to see route paths as a single string. For example: `/v1/{id:uuid}/hello`. The challenge is that the route path...
Requirements: * Content negotiation * CORS * Websockets * File streaming * Wildcard routing
* https://github.com/marianobarrios/tls-channel
* Documentation * Samples
* Track coverage in CI with JaCoCo
* Audit connector and parsing for exceptions - should not be able to exit from external input
Bumps [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) from 0.3.2 to 0.3.5. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-io-core's releases. v0.3.5 Features Provided an extension function to write CharSequences (Sink.writeString overloaded for CharSequence) #318 Various minor improvements in...
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases. 1.8.1 Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @hfhbd! Introduce a workaround for an Android...