Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(contentType: String, content: ByteArray): HttpBodyContent
operator fun invoke(contentType: String, build: suspend () -> AsyncInputStreamWithLength): HttpBodyContent
operator fun invoke(contentType: String, content: String, charset: Charset = UTF8): HttpBodyContent