SoupSessionAsync — SoupSession for asynchronous (main-loop-based) I/O (deprecated).
GObject ╰── SoupSession ╰── SoupSessionAsync
#include <libsoup/soup.h>
SoupSessionAsync is an implementation of SoupSession that uses non-blocking I/O via the glib main loop for all I/O.
typedef struct _SoupSessionAsync SoupSessionAsync;