ByteArrayContent
class ByteArrayContent(bytes: ByteArray, contentType: ContentType?, status: HttpStatusCode?) : OutgoingContent.ByteArrayContent
Content copied to clipboard
Implementation of the OutgoingContent.ByteArrayContent for sending array of bytes
Constructors
Link copied to clipboard
fun ByteArrayContent(bytes: ByteArray, contentType: ContentType? = null, status: HttpStatusCode? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Gets an extension property for this content
Link copied to clipboard
Sets an extension property for this content
Properties
Link copied to clipboard
Specifies ContentType for this resource.