root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
GoblinClient
/
post
post
goblin-common
fun
post
(
api
:
String
,
callTimeout
:
Long
?
=
null
,
obj
:
Supplier
<
InputStream
>
)
:
HttpResponse
<
ByteArray
>
fun
post
(
api
:
String
,
callTimeout
:
Long
?
=
null
,
text
:
String
)
:
HttpResponse
<
ByteArray
>
fun
post
(
api
:
String
,
callTimeout
:
Long
?
=
null
,
file
:
Path
)
:
HttpResponse
<
ByteArray
>