EntropyEngine::Networking::WebDAV::WebDAVFileSystemBackend::Config
EntropyEngine::Networking::WebDAV::WebDAVFileSystemBackend::Config
Section titled “EntropyEngine::Networking::WebDAV::WebDAVFileSystemBackend::Config”Backend configuration.
#include <WebDAVFileSystemBackend.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | scheme HTTP scheme (“http” or “https”, defaults to “https”). |
| std::string | host Server hostname with optional port (e.g., “example.com:8080”). |
| std::string | baseUrl Base URL path on server (e.g., “/dav/assets”). |
| std::string | authHeader Optional Authorization header value (e.g., “Bearer …” or “Basic …”). |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable scheme
Section titled “variable scheme”std::string scheme = "https";HTTP scheme (“http” or “https”, defaults to “https”).
variable host
Section titled “variable host”std::string host;Server hostname with optional port (e.g., “example.com:8080”).
variable baseUrl
Section titled “variable baseUrl”std::string baseUrl;Base URL path on server (e.g., “/dav/assets”).
variable authHeader
Section titled “variable authHeader”std::string authHeader;Optional Authorization header value (e.g., “Bearer …” or “Basic …”).
Updated on 2026-01-26 at 17:14:35 -0500