Method

SoupMessageget_compression_dictionary_hash

unstable since: 3.8

Declaration [src]

GBytes*
soup_message_get_compression_dictionary_hash (
  SoupMessage* msg
)

Description [src]

Gets the SHA-256 hash of the shared dictionary previously set with soup_message_set_compression_dictionary_hash().

Available since: 3.8

Return value

Type: GBytes

The raw 32-byte SHA-256 hash, or NULL.

The returned data is owned by the instance.
The return value can be NULL.