Constructor

SoupMessagenew_from_uri

Declaration [src]

SoupMessage*
soup_message_new_from_uri (
  const char* method,
  GUri* uri
)

Description [src]

Creates a new empty SoupMessage, which will connect to uri.

Parameters

method const char*
 

The HTTP method for the created request.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
uri GUri
 

The destination endpoint.

 The data is owned by the caller of the function.

Return value

Returns: SoupMessage
 

The new SoupMessage.

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