pub unsafe extern "C" fn ecs_http_server_fini(
server: *mut ecs_http_server_t,
)Expand description
Destroy server. This operation will stop the server if it was still running.
@param server The server to destroy.
pub unsafe extern "C" fn ecs_http_server_fini(
server: *mut ecs_http_server_t,
)Destroy server. This operation will stop the server if it was still running.
@param server The server to destroy.