pub unsafe extern "C" fn ecs_http_server_start(
server: *mut ecs_http_server_t,
) -> c_intExpand description
Start server. After this operation the server will be able to accept requests.
@param server The server to start. @return Zero if successful, non-zero if failed.