Skip to main content

handle_sub

Function handle_sub 

Source
pub async fn handle_sub(
    __arg0: State<SharedState>,
    headers: HeaderMap,
    auth: Option<Extension<AuthUser>>,
    body: String,
) -> Result<Response, HaystackError>
Expand description

POST /api/watchSub — subscribe to entity changes.