http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-tools-traffic-capture
/
org.http4k.traffic
/
ReadWriteStream
Read
Write
Stream
interface
ReadWriteStream
:
Sink
,
Replay
(
source
)
Combined Read/Write storage models, optimised for replay.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
requests
Link copied to clipboard
abstract
fun
requests
(
)
:
Sequence
<
Request
>
responses
Link copied to clipboard
abstract
fun
responses
(
)
:
Sequence
<
Response
>
set
Link copied to clipboard
abstract
operator
fun
set
(
request
:
Request
,
response
:
Response
)