http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap
/
LocalTarget
Local
Target
class
LocalTarget
(
fn
:
Context
.
(
)
->
HttpHandler
)
:
WiretapTarget
(
source
)
A WiretapTarget that points to an in-memory server.
Members
Constructors
Local
Target
Link copied to clipboard
constructor
(
fn
:
Context
.
(
)
->
HttpHandler
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
ctx
:
Context
)
:
Wiretapped