4#include "Containers/Array.h"
86 FString Path =
TEXT(
"/");
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ CaseSensitive
Definition CString.h:23
HTTPSERVER_API bool IsRoot() const
Definition HttpPath.cpp:54
HTTPSERVER_API FHttpPath()
Definition HttpPath.cpp:4
bool operator==(const FHttpPath &Other) const
Definition HttpPath.h:67
HTTPSERVER_API const FString & GetPath() const
Definition HttpPath.cpp:14
friend uint32 GetTypeHash(const FHttpPath &InPath)
Definition HttpPath.h:73
HTTPSERVER_API uint32 ParsePathTokens(TArray< FString > &OutPathTokens) const
Definition HttpPath.cpp:19
HTTPSERVER_API void SetPath(FString Path)
Definition HttpPath.cpp:24
HTTPSERVER_API bool IsValidPath() const
Definition HttpPath.cpp:30
HTTPSERVER_API void MakeRelative(const FString &OtherPath)
Definition HttpPath.cpp:59