Package-level declarations
Functions
Link copied to clipboard
inline fun <T : Any> Storage<T>.asHttpHandler(bodyLens: BiDiBodyLens<T> = Body.auto<T>().toLens(), storageSecurity: Security = NoSecurity): HttpHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Any> Storage.Companion.Http(crossinline http: HttpHandler, bodyLens: BiDiBodyLens<T> = Body.auto<T>().toLens()): Storage<T>
Link copied to clipboard