ecs_http_server_fini

Function ecs_http_server_fini 

Source
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.