void csilk_admin_serve_secure(csilk_app_t *app, const char *path, csilk_handler_t auth_middleware)
Register protected administration routes to an application.
Definition admin.c:223
void csilk_admin_serve(csilk_app_t *app, const char *path)
Register administration routes to an application.
Definition admin.c:205
High-performance C web framework — main public API header.
void(* csilk_handler_t)(csilk_ctx_t *c)
Function pointer for route handlers and middleware.
Definition csilk.h:120