pub unsafe extern "C" fn ecs_http_server_stop(
server: *mut ecs_http_server_t,
)Expand description
Stop server. After this operation no new requests can be received.
@param server The server.
pub unsafe extern "C" fn ecs_http_server_stop(
server: *mut ecs_http_server_t,
)Stop server. After this operation no new requests can be received.
@param server The server.