Http

inline fun <T : Any> Storage.Companion.Http(crossinline http: HttpHandler, bodyLens: BiDiBodyLens<T> = Body.auto<T>().toLens()): Storage<T>