ecs_http_server_start

Function ecs_http_server_start 

Source
pub unsafe extern "C" fn ecs_http_server_start(
    server: *mut ecs_http_server_t,
) -> c_int
Expand 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.