InputMetadata

data class InputMetadata(val headers: List<HeaderMetadata>, val body: BodyMetadata?)(source)

Aggregated metadata describing HTTP input expectations.

Constructors

Link copied to clipboard
constructor(headers: List<HeaderMetadata>, body: BodyMetadata?)

Properties

Link copied to clipboard

optional request body definition.

Link copied to clipboard

header definitions expected from the caller.