Requester

Constructors

this
this(SoupRequester* soupRequester, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

getRequesterStruct
SoupRequester* getRequesterStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

request
Request request(string uriString)
requestUri
Request requestUri(URI uri)

Mixins

__anonymous
mixin SessionFeatureT!(SoupRequester)
Undocumented in source.

Static functions

getType
GType getType()

Variables

soupRequester
SoupRequester* soupRequester;

the main Gtk struct

Inherited Members

From SessionFeatureIF

getSessionFeatureStruct
SoupSessionFeature* getSessionFeatureStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
addFeature
bool addFeature(GType type)

Adds a "sub-feature" of type @type to the base feature @feature. This is used for features that can be extended with multiple different types. Eg, the authentication manager can be extended with subtypes of #SoupAuth.

attach
void attach(Session session)
detach
void detach(Session session)
hasFeature
bool hasFeature(GType type)

Tests if @feature has a "sub-feature" of type @type. See soup_session_feature_add_feature().

removeFeature
bool removeFeature(GType type)

Removes the "sub-feature" of type @type from the base feature @feature. See soup_session_feature_add_feature().

Meta