Malloy
Loading...
Searching...
No Matches
Public Attributes | List of all members
malloy::client::controller::config Struct Reference

#include <controller.hpp>

Inheritance diagram for malloy::client::controller::config:
Inheritance graph
[legend]
Collaboration diagram for malloy::client::controller::config:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Configuration type.

Member Data Documentation

◆ body_limit

std::uint64_t malloy::client::controller::config::body_limit = 100'000'000

The maximum allowed response body size in bytes.

◆ user_agent

std::string malloy::client::controller::config::user_agent {"malloy"}

Agent string used for connections.

Set as the User-Agent in http headers


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