http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.core
/
ProtocolTransaction
Protocol
Transaction
interface
ProtocolTransaction
<
ProtocolResponse
>
(
source
)
Inheritors
HttpTransaction
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
duration
Link copied to clipboard
abstract
val
duration
:
Duration
labels
Link copied to clipboard
abstract
val
labels
:
Map
<
String
,
String
>
request
Link copied to clipboard
abstract
val
request
:
Request
response
Link copied to clipboard
abstract
val
response
:
ProtocolResponse
routing
Group
Link copied to clipboard
open
val
routingGroup
:
String
start
Link copied to clipboard
abstract
val
start
:
Instant
Functions
label
Link copied to clipboard
open
fun
label
(
name
:
String
)
:
String
?