oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Public Attributes | List of all members
ove::httpd::Config Struct Reference

HTTP server configuration. More...

#include <net_httpd.hpp>

Public Attributes

uint16_t port {80}
 
int max_body_size {1024}
 

Detailed Description

HTTP server configuration.

Mirrors ove_httpd_config_t with C++ default member initialisers.

Member Data Documentation

◆ port

uint16_t ove::httpd::Config::port {80}

Listen port.

◆ max_body_size

int ove::httpd::Config::max_body_size {1024}

Maximum POST body size in bytes.


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