Efl.Net.Dialer_Http.allow_redirects

Description

Allows HTTP redirects to be followed.

This should be set before dialing.

Values

  • allow_redirects - true if redirects are followed, false otherwise

Signature

@property allow_redirects {
    get {}
    set {}
    values {
        allow_redirects: bool;
    }
}

C signature

Eina_Bool efl_net_dialer_http_allow_redirects_get(const Eo *obj);
void efl_net_dialer_http_allow_redirects_set(Eo *obj, Eina_Bool allow_redirects);

Implemented by