toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.http
/
HttpBodyContent
/
Companion
Companion
object
Companion
Members
Functions
invoke
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