//! type based high level async function service.
modimpls;modtypes;// TODO: enable sync handler when major wasm targets(including wasi) support std threads
#[cfg(not(target_family ="wasm"))]modsync;pubusetypes::*;#[cfg(not(target_family ="wasm"))]pubusesync::handler_sync_service;pubusexitca_http::util::service::handler::{FromRequest, Responder, handler_service};