http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-incubator-postbox
/
org.http4k.postbox
/
PendingResponseGenerators
Pending
Response
Generators
object
PendingResponseGenerators
(
source
)
Members
Properties
Empty
Link copied to clipboard
val
Empty
:
(
RequestId
)
->
Response
Functions
link
Header
Link copied to clipboard
fun
linkHeader
(
pathName
:
String
,
uriTemplate
:
UriTemplate
=
UriTemplate.from("/{$pathName}")
)
:
(
RequestId
)
->
Response
redirect
Link copied to clipboard
fun
redirect
(
pathName
:
String
,
uriTemplate
:
UriTemplate
=
UriTemplate.from("{$pathName}")
)
:
(
RequestId
)
->
Response