Method
SoupSessionsend_and_read_finish
Declaration [src]
GBytes*
soup_session_send_and_read_finish (
SoupSession* session,
GAsyncResult* result,
GError** error
)
Description [src]
Gets the response to a soup_session_send_and_read_async().
If successful, returns a GBytes with the response body.