ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::cli::ServeParams Struct Reference

serve subcommand options. CLI-exclusive; no config file roundtrip. More...

#include <ServeParams.hpp>

Public Attributes

std::string host = "127.0.0.1"
 
std::size_t max_body_bytes = 1024UL * 1024UL
 
uint16_t port = 8080
 

Detailed Description

serve subcommand options. CLI-exclusive; no config file roundtrip.

Member Data Documentation

◆ host

std::string ppforest2::cli::ServeParams::host = "127.0.0.1"

◆ max_body_bytes

std::size_t ppforest2::cli::ServeParams::max_body_bytes = 1024UL * 1024UL

◆ port

uint16_t ppforest2::cli::ServeParams::port = 8080

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