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
/
asHttpHandler
as
Http
Handler
inline
fun
<
T
:
Any
>
Storage
<
T
>
.
asHttpHandler
(
bodyLens
:
BiDiBodyLens
<
T
>
=
Body.auto<T>().toLens()
,
storageSecurity
:
Security
=
NoSecurity
)
:
HttpHandler
(
source
)