|
Malloy
|
#include <controller.hpp>


Public Attributes | |
| std::string | user_agent {"malloy"} |
| Agent string used for connections. | |
| std::uint64_t | body_limit = 100'000'000 |
Public Attributes inherited from malloy::detail::controller_config | |
| std::size_t | num_threads = 1 |
| std::shared_ptr< spdlog::logger > | logger |
Additional Inherited Members | |
Public Member Functions inherited from malloy::detail::controller_config | |
| 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