Function server_fn_handle

Source
async fn server_fn_handle(
    auth_session: AuthSession<DBBackend>,
    __arg1: State<ServerState>,
    request: Request<Body>,
) -> impl IntoResponse
Available on crate feature ssr only.