Configuration

class Configuration

DoubleReceive Feature configuration.

Constructors

Link copied to clipboard
fun Configuration()

Properties

Link copied to clipboard
var receiveEntireContent: Boolean = false

When enabled, for every request the whole content will be received and stored as a byte array. This is useful when completely different types need to be received. You also can receive streams and channels. Note that enabling this causes the whole receive pipeline to be executed for every further receive pipeline.