sendAndSpliceAsync

open fun sendAndSpliceAsync(    msg: Message,     outStream: <Error class: unknown class>,     flags: <Error class: unknown class>,     ioPriority: <Error class: unknown class>,     cancellable: <Error class: unknown class>? = null,     callback: <Error class: unknown class>?)(source)

Asynchronously sends @msg and splices the response body stream into @out_stream. When @callback is called, then either @msg has been sent and its response body spliced, or else an error has occurred.

See method@Session.send for more details on the general semantics.

Since

3.4

Parameters

msg

a #SoupMessage

outStream

a #GOutputStream

flags

a set of #GOutputStreamSpliceFlags

ioPriority

the I/O priority of the request

cancellable

a #GCancellable

callback

the callback to invoke