InputSignature
data class InputSignature(val type: TypeMetadata, val headers: TypeMetadata, val body: TypeMetadata)(source)
Captures the input type information of an HTTP endpoint.
Captures the input type information of an HTTP endpoint.