48#define ECS_REST_DEFAULT_PORT (27750)
60extern int64_t ecs_rest_request_count;
61extern int64_t ecs_rest_entity_count;
62extern int64_t ecs_rest_entity_error_count;
63extern int64_t ecs_rest_query_count;
64extern int64_t ecs_rest_query_error_count;
65extern int64_t ecs_rest_query_name_count;
66extern int64_t ecs_rest_query_name_error_count;
67extern int64_t ecs_rest_query_name_from_cache_count;
68extern int64_t ecs_rest_enable_count;
69extern int64_t ecs_rest_enable_error_count;
70extern int64_t ecs_rest_delete_count;
71extern int64_t ecs_rest_delete_error_count;
72extern int64_t ecs_rest_world_stats_count;
73extern int64_t ecs_rest_pipeline_stats_count;
74extern int64_t ecs_rest_stats_error_count;
FLECS_API const ecs_entity_t ecs_id(EcsRest)
Component that instantiates the REST API.
ecs_id_t ecs_entity_t
An entity identifier.
struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
uint16_t port
Port of server (optional, default = 27750)
char * ipaddr
Interface address (optional, default = 0.0.0.0)