toggle menu
Spraypaint.Kt
88d893e-SNAPSHOT
common
switch theme
search in API
core
/
it.maicol07.spraypaintkt.interfaces
/
HttpClient
/
post
post
abstract
suspend
fun
post
(
url
:
String
,
body
:
String
,
parameters
:
Map
<
String
,
String
>
=
emptyMap()
)
:
HttpClientResponse
(
source
)
Sends a POST request to the specified URL.