Constructor

SoupSessionnew

Declaration [src]

SoupSession*
soup_session_new (
  void
)

Description [src]

Creates a SoupSession with the default options.

Return value

Returns: SoupSession
 

The new session.

 The caller of the function takes ownership of the data, and is responsible for freeing it.