route_post

Function route_post 

Source
pub async fn route_post<C: CalendarStore, S: SubscriptionStore>(
    __arg0: Path<(String, String)>,
    user: Principal,
    __arg2: State<CalendarResourceService<C, S>>,
    body: String,
) -> Result<Response, Error>