Signal
SoupMessage::request-compression-dictionary
unstable since: 3.8
Declaration
gboolean
request_compression_dictionary (
SoupMessage* self,
SoupCompressionDictionaryRequest* request,
gpointer user_data
)
Description [src]
Emitted when the server responds with Content-Encoding: dcb or
Content-Encoding: dcz and libsoup needs the raw dictionary bytes
to set up decompression.
Call soup_compression_dictionary_request_set_dictionary() on request
to provide the dictionary, or soup_compression_dictionary_request_cancel()
to abort. Either can be done synchronously inside this handler, or
asynchronously after calling g_object_ref() on request
and returning TRUE.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.8 |
Parameters
request-
Type:
SoupCompressionDictionaryRequestA
SoupCompressionDictionaryRequestto resolve.The data is owned by the caller of the function.