toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.http
/
HttpClientEndpoint
/
request
request
abstract
suspend
fun
request
(
method
:
Http.Method
,
path
:
String
,
headers
:
Http.Headers
=
Http.Headers()
,
content
:
AsyncStream
?
=
null
,
config
:
HttpClient.RequestConfig
=
HttpClient.RequestConfig()
)
:
HttpClient.Response