UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHttpConstants Struct Reference

#include <HttpConstants.h>

Static Public Attributes

static UE_API const TCHAR *const AUTH_BASIC { TEXT("Basic") }
 
static UE_API const TCHAR *const AUTH_BEARER { TEXT("Bearer") }
 
static UE_API const TCHAR *const VERB_DELETE { TEXT("DELETE") }
 
static UE_API const TCHAR *const VERB_GET { TEXT("GET") }
 
static UE_API const TCHAR *const VERB_HEAD { TEXT("HEAD") }
 
static UE_API const TCHAR *const VERB_PATCH { TEXT("PATCH") }
 
static UE_API const TCHAR *const VERB_POST { TEXT("POST") }
 
static UE_API const TCHAR *const VERB_PUT { TEXT("PUT") }
 
static UE_API const TCHAR *const HEADER_ACCEPT { TEXT("Accept") }
 
static UE_API const TCHAR *const HEADER_ACCEPT_ENCODING { TEXT("Accept-Encoding") }
 
static UE_API const TCHAR *const HEADER_AUTHORIZATION { TEXT("Authorization") }
 
static UE_API const TCHAR *const HEADER_CONTENT_LENGTH { TEXT("Content-Length") }
 
static UE_API const TCHAR *const HEADER_CONTENT_TYPE { TEXT("Content-Type") }
 
static UE_API const TCHAR *const HEADER_DATE { TEXT("Date") }
 
static UE_API const TCHAR *const HEADER_USER_AGENT { TEXT("User-Agent") }
 
static UE_API const TCHAR *const MEDIATYPE_JSON { TEXT("application/json") }
 
static UE_API const TCHAR *const MEDIATYPE_FORM_URLENCODED { TEXT("application/x-www-form-urlencoded") }
 
static UE_API const TCHAR *const MEDIATYPE_OCTET_STREAM { TEXT("application/octet-stream") }
 
static UE_API const TCHAR *const MEDIAENCODING_GZIP { TEXT("gzip") }
 
static UE_API const TCHAR *const VERSION_2TLS { TEXT("2TLS") }
 
static UE_API const TCHAR *const VERSION_1_1 { TEXT("1_1") }
 

Detailed Description

Universal HTTP Constants

Member Data Documentation

◆ AUTH_BASIC

const TCHAR *const FHttpConstants::AUTH_BASIC { TEXT("Basic") }
static

Basic auth

◆ AUTH_BEARER

const TCHAR *const FHttpConstants::AUTH_BEARER { TEXT("Bearer") }
static

Bearer auth

◆ HEADER_ACCEPT

const TCHAR *const FHttpConstants::HEADER_ACCEPT { TEXT("Accept") }
static

Accept

◆ HEADER_ACCEPT_ENCODING

const TCHAR *const FHttpConstants::HEADER_ACCEPT_ENCODING { TEXT("Accept-Encoding") }
static

Accept-Encoding

◆ HEADER_AUTHORIZATION

const TCHAR *const FHttpConstants::HEADER_AUTHORIZATION { TEXT("Authorization") }
static

Authorization

◆ HEADER_CONTENT_LENGTH

const TCHAR *const FHttpConstants::HEADER_CONTENT_LENGTH { TEXT("Content-Length") }
static

Content-Length

◆ HEADER_CONTENT_TYPE

const TCHAR *const FHttpConstants::HEADER_CONTENT_TYPE { TEXT("Content-Type") }
static

Content-Type

◆ HEADER_DATE

const TCHAR *const FHttpConstants::HEADER_DATE { TEXT("Date") }
static

Server Date

◆ HEADER_USER_AGENT

const TCHAR *const FHttpConstants::HEADER_USER_AGENT { TEXT("User-Agent") }
static

User Agent

◆ MEDIAENCODING_GZIP

const TCHAR *const FHttpConstants::MEDIAENCODING_GZIP { TEXT("gzip") }
static

gzip

◆ MEDIATYPE_FORM_URLENCODED

const TCHAR *const FHttpConstants::MEDIATYPE_FORM_URLENCODED { TEXT("application/x-www-form-urlencoded") }
static

application/x-www-form-urlencoded

◆ MEDIATYPE_JSON

const TCHAR *const FHttpConstants::MEDIATYPE_JSON { TEXT("application/json") }
static

application/json

◆ MEDIATYPE_OCTET_STREAM

const TCHAR *const FHttpConstants::MEDIATYPE_OCTET_STREAM { TEXT("application/octet-stream") }
static

application/octet-stream

◆ VERB_DELETE

const TCHAR *const FHttpConstants::VERB_DELETE { TEXT("DELETE") }
static

DELETE

◆ VERB_GET

const TCHAR *const FHttpConstants::VERB_GET { TEXT("GET") }
static

GET

◆ VERB_HEAD

const TCHAR *const FHttpConstants::VERB_HEAD { TEXT("HEAD") }
static

HEAD

◆ VERB_PATCH

const TCHAR *const FHttpConstants::VERB_PATCH { TEXT("PATCH") }
static

PATCH

◆ VERB_POST

const TCHAR *const FHttpConstants::VERB_POST { TEXT("POST") }
static

POST

◆ VERB_PUT

const TCHAR *const FHttpConstants::VERB_PUT { TEXT("PUT") }
static

PUT

◆ VERSION_1_1

const TCHAR *const FHttpConstants::VERSION_1_1 { TEXT("1_1") }
static

◆ VERSION_2TLS

const TCHAR *const FHttpConstants::VERSION_2TLS { TEXT("2TLS") }
static

version


The documentation for this struct was generated from the following files: