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.traffic
/
ViewSignals
View
Signals
data
class
ViewSignals
(
val
name
:
String
?
=
null
,
val
direction
:
String
?
=
null
,
val
host
:
String
?
=
null
,
val
method
:
String
?
=
null
,
val
status
:
String
?
=
null
,
val
path
:
String
?
=
null
)
(
source
)
Members
Constructors
View
Signals
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
direction
:
String
?
=
null
,
host
:
String
?
=
null
,
method
:
String
?
=
null
,
status
:
String
?
=
null
,
path
:
String
?
=
null
)
Properties
direction
Link copied to clipboard
val
direction
:
String
?
host
Link copied to clipboard
val
host
:
String
?
method
Link copied to clipboard
val
method
:
String
?
name
Link copied to clipboard
val
name
:
String
?
normalized
Link copied to clipboard
val
normalized
:
TransactionFilter
path
Link copied to clipboard
val
path
:
String
?
status
Link copied to clipboard
val
status
:
String
?