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>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::vector< std::pair< std::string, std::string > > | headers Extra request headers (e.g., Range). |
| size_t | bufferBytes Ring buffer capacity. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable headers
Section titled “variable headers”std::vector< std::pair< std::string, std::string > > headers;Extra request headers (e.g., Range).
variable bufferBytes
Section titled “variable bufferBytes”size_t bufferBytes = DEFAULT_STREAM_BUFFER_BYTES;Ring buffer capacity.
Updated on 2026-01-26 at 17:14:35 -0500