SoupSessionSync — SoupSession for blocking I/O in multithreaded programs (deprecated).
GObject ╰── SoupSession ╰── SoupSessionSync
#include <libsoup/soup.h>
SoupSessionSync is an implementation of SoupSession that uses synchronous I/O, intended for use in multi-threaded programs.
typedef struct _SoupSessionSync SoupSessionSync;