soup.ContentSniffer

Undocumented in source.

Public Imports

soup.c.types
public import soup.c.types;

Members

Classes

ContentSniffer
class ContentSniffer

A #SoupContentSniffer tries to detect the actual content type of the files that are being downloaded by looking at some of the data before the #SoupMessage emits its #SoupMessage::got-headers signal. #SoupContentSniffer implements #SoupSessionFeature, so you can add content sniffing to a session with soup_session_add_feature() or soup_session_add_feature_by_type().

Meta