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.domain
/
TransactionFilter
Transaction
Filter
data
class
TransactionFilter
(
val
direction
:
Direction
?
=
null
,
val
host
:
String
?
=
null
,
val
method
:
Method
?
=
null
,
val
status
:
Status
?
=
null
,
val
path
:
String
?
=
null
)
(
source
)
Members
Constructors
Transaction
Filter
Link copied to clipboard
constructor
(
direction
:
Direction
?
=
null
,
host
:
String
?
=
null
,
method
:
Method
?
=
null
,
status
:
Status
?
=
null
,
path
:
String
?
=
null
)
Properties
direction
Link copied to clipboard
val
direction
:
Direction
?
host
Link copied to clipboard
val
host
:
String
?
method
Link copied to clipboard
val
method
:
Method
?
path
Link copied to clipboard
val
path
:
String
?
status
Link copied to clipboard
val
status
:
Status
?