Session.sendAndReadFinish
glib.bytes.Bytes sendAndReadFinish(gio.async_result.AsyncResult result)Gets the response to a [soup.session.Session.sendAndReadAsync].
If successful, returns a [glib.bytes.Bytes] with the response body.
Parameters
result | the #GAsyncResult passed to your callback |
Returns
a #GBytes, or null on error.
Throws
[ErrorWrap]