5#include "Containers/Map.h"
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
Definition HttpServerConfig.h:31
static const FHttpServerListenerConfig GetListenerConfig(uint32 Port)
Definition HttpServerConfig.cpp:9
static const FHttpServerConnectionConfig GetConnectionConfig()
Definition HttpServerConfig.cpp:58
Definition HttpServerConfig.h:25
float BeginReadWaitTimeMS
Definition HttpServerConfig.h:27
Definition HttpServerConfig.h:11
bool bReuseAddressAndPort
Definition HttpServerConfig.h:21
int32 BufferSize
Definition HttpServerConfig.h:15
FString BindAddress
Definition HttpServerConfig.h:13
int32 MaxConnectionsAcceptPerFrame
Definition HttpServerConfig.h:19
int32 ConnectionsBacklogSize
Definition HttpServerConfig.h:17