http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
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
>
(
source
)