|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
HTTP server configuration. More...
#include <net_httpd.h>
Data Fields | |
| uint16_t | port |
| int | max_body_size |
HTTP server configuration.
| uint16_t ove_httpd_config_t::port |
Listen port (default 80).
| int ove_httpd_config_t::max_body_size |
Max POST body bytes (default 1024).