Function leptos_server::server_fn_encoding_by_path
source · pub fn server_fn_encoding_by_path(path: &str) -> Option<Encoding>Expand description
Get the Encoding of a server fn if one is registered at that path. Otherwise, return None