Skip to content

EntropyEngine::Networking::WebDAV::WebDAVFileSystemBackend::Config

EntropyEngine::Networking::WebDAV::WebDAVFileSystemBackend::Config

Section titled “EntropyEngine::Networking::WebDAV::WebDAVFileSystemBackend::Config”

Backend configuration.

#include <WebDAVFileSystemBackend.h>

Name
std::stringscheme
HTTP scheme (“http” or “https”, defaults to “https”).
std::stringhost
Server hostname with optional port (e.g., “example.com:8080”).
std::stringbaseUrl
Base URL path on server (e.g., “/dav/assets”).
std::stringauthHeader
Optional Authorization header value (e.g., “Bearer …” or “Basic …”).
std::string scheme = "https";

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 …”).


Updated on 2026-01-26 at 17:14:35 -0500