UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpServerConfig.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5#include "Containers/Map.h"
6#include "Misc/Timespan.h"
7
9
23
29
#define TEXT(x)
Definition Platform.h:1272
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
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
uint32_t uint32
Definition binka_ue_file_header.h:6
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