camcom 1.0.3
 
Loading...
Searching...
No Matches
camcom::server::HttpServerConfig Struct Reference

HTTP server configuration. More...

#include <config.hpp>

Public Attributes

std::string host {"0.0.0.0"}
 
int port {8080}
 
std::optional< std::string > basic_auth
 

Detailed Description

HTTP server configuration.

Member Data Documentation

◆ basic_auth

std::optional<std::string> camcom::server::HttpServerConfig::basic_auth

◆ host

std::string camcom::server::HttpServerConfig::host {"0.0.0.0"}

◆ port

int camcom::server::HttpServerConfig::port {8080}

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