Skip to content

EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamConfig

EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamConfig

Section titled “EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamConfig”

Configuration for streaming GET operations.

#include <WebDAVConnection.h>

Name
std::vector< std::pair< std::string, std::string > >headers
Extra request headers (e.g., Range).
size_tbufferBytes
Ring buffer capacity.
std::vector< std::pair< std::string, std::string > > headers;

Extra request headers (e.g., Range).

size_t bufferBytes = DEFAULT_STREAM_BUFFER_BYTES;

Ring buffer capacity.


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