Skip to main content

route_post

Function route_post 

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