oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_httpd_config_t Struct Reference

HTTP server configuration. More...

#include <net_httpd.h>

Data Fields

uint16_t port
 
int max_body_size
 

Detailed Description

HTTP server configuration.

Field Documentation

◆ port

uint16_t ove_httpd_config_t::port

Listen port (default 80).

◆ max_body_size

int ove_httpd_config_t::max_body_size

Max POST body bytes (default 1024).


The documentation for this struct was generated from the following file: