Malloy
|
#include <controller.hpp>
Public Attributes | |
std::string | user_agent {"malloy"} |
Agent string used for connections. | |
std::uint64_t | body_limit = 100'000'000 |
![]() | |
std::size_t | num_threads = 1 |
std::shared_ptr< spdlog::logger > | logger |
Additional Inherited Members | |
![]() | |
void | validate () |
Configuration type.
std::uint64_t malloy::client::controller::config::body_limit = 100'000'000 |
The maximum allowed response body size in bytes.
std::string malloy::client::controller::config::user_agent {"malloy"} |
Agent string used for connections.
Set as the User-Agent in http headers