toggle menu
common-ext
2.4.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.http
/
SimpleHttpUtils
Simple
Http
Utils
object
SimpleHttpUtils
处理简单的 http 访问,这样就可以无视无视环境
Author
CJ
Members
Types
Entity
Builder
Link copied to clipboard
interface
EntityBuilder
Functions
http
Access
Link copied to clipboard
@
JvmStatic
fun
httpAccess
(
url
:
String
,
method
:
String
=
"GET"
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
requestBody
:
RequestBody
?
=
null
)
:
SimpleHttpResponse