pub trait HttpdExt<R: Runtime> {
// Required method
fn httpd(&self) -> &Httpd<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the httpd APIs.
pub trait HttpdExt<R: Runtime> {
// Required method
fn httpd(&self) -> &Httpd<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the httpd APIs.