toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-bridge-ktor
/
org.http4k.bridge
Package-level
declarations
Functions
Functions
as
Http4k
Link copied to clipboard
fun
ApplicationRequest
.
asHttp4k
(
)
:
Request
?
from
Http4K
Link copied to clipboard
suspend
fun
ApplicationResponse
.
fromHttp4K
(
response
:
Response
)
Ktor
To
Http4k
Application
Plugin
Link copied to clipboard
fun
KtorToHttp4kApplicationPlugin
(
http
:
HttpHandler
)
:
ApplicationPlugin
<
Unit
>