FGenericPlatformHttp::IsURLEncoded

Helper function for checking if a byte array is in URL encoded format.

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h

Include

#include "GenericPlatform/GenericPlatformHttp.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/HttpRequestPayload.cpp

Syntax

static bool IsURLEncoded
(
    const TArray< uint8 > & Payload
)

Remarks

Helper function for checking if a byte array is in URL encoded format.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss