EntropyEngine::Networking::WebDAV::WebDAVConnection::Config
EntropyEngine::Networking::WebDAV::WebDAVConnection::Config
Section titled “EntropyEngine::Networking::WebDAV::WebDAVConnection::Config”Connection configuration.
#include <WebDAVConnection.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | userAgent User-Agent header value. |
| std::chrono::milliseconds | requestTimeout Timeout for aggregated requests (30s default). |
| size_t | maxBodyBytes Maximum response body size. |
| std::string | host Required for Host header (e.g., “example.com”). |
| std::string | authHeader Optional: “Bearer …” or “Basic …”. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable userAgent
Section titled “variable userAgent”std::string userAgent = "EntropyWebDAV/1.0";User-Agent header value.
variable requestTimeout
Section titled “variable requestTimeout”std::chrono::milliseconds requestTimeout {30000};Timeout for aggregated requests (30s default).
variable maxBodyBytes
Section titled “variable maxBodyBytes”size_t maxBodyBytes = DEFAULT_MAX_BODY_BYTES;Maximum response body size.
variable host
Section titled “variable host”std::string host;Required for Host header (e.g., “example.com”).
variable authHeader
Section titled “variable authHeader”std::string authHeader;Optional: “Bearer …” or “Basic …”.
Updated on 2026-01-26 at 17:14:35 -0500