toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.events
/
HttpEvent
Http
Event
object
HttpEvent
Members
Functions
Incoming
Link copied to clipboard
fun
Incoming
(
tx
:
HttpTransaction
)
:
ProtocolEvent.Incoming
fun
Incoming
(
uri
:
Uri
,
method
:
Method
,
status
:
Status
,
latency
:
Long
,
xUriTemplate
:
String
)
:
ProtocolEvent.Incoming
Outgoing
Link copied to clipboard
fun
Outgoing
(
tx
:
HttpTransaction
)
:
ProtocolEvent.Outgoing
fun
Outgoing
(
uri
:
Uri
,
method
:
Method
,
status
:
Status
,
latency
:
Long
,
xUriTemplate
:
String
)
:
ProtocolEvent.Outgoing