Trait webkit2gtk::URIResponseExt[][src]

pub trait URIResponseExt {
    fn get_content_length(&self) -> u64;
fn get_mime_type(&self) -> Option<String>;
fn get_status_code(&self) -> u32;
fn get_suggested_filename(&self) -> Option<String>;
fn get_uri(&self) -> Option<String>;
fn connect_property_content_length_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_mime_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_status_code_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_suggested_filename_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_uri_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors