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 soup.session.Session.send for more details on the general semantics.
a #SoupMessage
a #GOutputStream
a set of #GOutputStreamSpliceFlags
the I/O priority of the request
a #GCancellable
the callback to invoke
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 soup.session.Session.send for more details on the general semantics.