Efl.Net.Dialer_Http.response_content_type

Description

"Content-Type:" Header used for downloading/receiving

Values

  • content_type - Content type header string

Signature

@property response_content_type {
    get {}
    set @protected {}
    values {
        content_type: string;
    }
}

C signature

const char *efl_net_dialer_http_response_content_type_get(const Eo *obj);
void efl_net_dialer_http_response_content_type_set(Eo *obj, const char *content_type);

Implemented by