toggle menu
common-ext
1.1.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.http
/
SimpleHttpUtils
/
httpAccess
http
Access
@
JvmStatic
fun
httpAccess
(
url
:
String
,
method
:
String
=
"GET"
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
requestBody
:
ByteArray
?
=
null
)
:
SimpleHttpResponse