Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
client
/
com.erfangholami.androidsolidservices.client.sdk
/
SolidResourceClient
/
post
post
suspend
fun
post
(
webId
:
String
,
uri
:
String
,
contentType
:
String
,
body
:
ByteArray
,
additionalHeaders
:
Map
<
String
,
String
>
=
emptyMap()
)
:
String
?
POSTs an opaque body to a container; returns the
Location
the server allocated.