Binary

class Binary(val bytes: ByteArray, val contentType: ContentType) : InvocationInput(source)

Request body materialised as raw bytes plus the original Content-Type.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, contentType: ContentType)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int