Method

SoupMessageget_compression_dictionary_id

unstable since: 3.8

Declaration [src]

const char*
soup_message_get_compression_dictionary_id (
  SoupMessage* msg
)

Description [src]

Gets the identifier of the shared dictionary previously set with soup_message_set_compression_dictionary_id().

Available since: 3.8

Return value

Type: const char*

The dictionary identifier, or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.