Skip to main content

session_endpoint

Function session_endpoint 

Source
pub(super) fn session_endpoint(
    method: &str,
    path: &str,
    body: &[u8],
    config: &Config,
    requests: &Registry,
    sessions: &Mutex<Store>,
) -> Option<Result<(u16, Value)>>