#include <OnDemandHttpClient.h>
◆ bAllowChunkedTransfer
| bool UE::IoStore::FMultiEndpointHttpClientConfig::bAllowChunkedTransfer = true |
◆ bEnableThreadSafetyChecks
| bool UE::IoStore::FMultiEndpointHttpClientConfig::bEnableThreadSafetyChecks = false |
◆ bResponseBodyOnError
| bool UE::IoStore::FMultiEndpointHttpClientConfig::bResponseBodyOnError = false |
When true the client will return the response body for requests outside of the 2XX range. When false only requests within the 2XX range will return the response body
◆ LogCategory
Logging will be disabled if this is set to a nullptr, it is up to the calling system to assign a LogCategory
◆ LogVerbosity
◆ MaxConnectionCount
| int32 UE::IoStore::FMultiEndpointHttpClientConfig::MaxConnectionCount = 4 |
◆ MaxRetryCount
| int32 UE::IoStore::FMultiEndpointHttpClientConfig::MaxRetryCount = -1 |
◆ ReceiveBufferSize
| int32 UE::IoStore::FMultiEndpointHttpClientConfig::ReceiveBufferSize = -1 |
◆ Redirects
◆ SendBufferSize
| int32 UE::IoStore::FMultiEndpointHttpClientConfig::SendBufferSize = -1 |
◆ TimeoutMs
| int32 UE::IoStore::FMultiEndpointHttpClientConfig::TimeoutMs = 0 |
The documentation for this struct was generated from the following file: