Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-actions-http-client
/
actions.http.client
/
HttpClient
/
sendStream
send
Stream
fun
sendStream
(
verb
:
String
,
requestUrl
:
String
,
stream
:
ReadableStream
,
additionalHeaders
:
OutgoingHttpHeaders
=
definedExternally
)
:
Promise
<
HttpClientResponse
>
(
source
)