Trait webkit2gtk::URISchemeRequestExt
source · [−]pub trait URISchemeRequestExt: 'static {
fn finish(
&self,
stream: &impl IsA<InputStream>,
stream_length: i64,
content_type: Option<&str>
);
fn http_headers(&self) -> Option<MessageHeaders>;
fn path(&self) -> Option<GString>;
fn scheme(&self) -> Option<GString>;
fn uri(&self) -> Option<GString>;
fn web_view(&self) -> Option<WebView>;
}