Component that creates a REST API server when instantiated.
More...
#include <rest.h>
|
uint16_t | port |
| Port of server (optional, default = 27750)
|
|
char * | ipaddr |
| Interface address (optional, default = 0.0.0.0)
|
|
ecs_rest_ctx_t * | impl |
|
Component that creates a REST API server when instantiated.
Definition at line 58 of file rest.h.
◆ impl
◆ ipaddr
Interface address (optional, default = 0.0.0.0)
Definition at line 60 of file rest.h.
◆ port
Port of server (optional, default = 27750)
Definition at line 59 of file rest.h.
The documentation for this struct was generated from the following file: