toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-storage-http
/
org.http4k.connect.storage
/
Http
Http
inline
fun
<
T
:
Any
>
Storage.Companion
.
Http
(
crossinline
http
:
HttpHandler
,
bodyLens
:
BiDiBodyLens
<
T
>
=
Body.auto<T>().toLens()
)
:
Storage
<
T
>