FVyResponseContext

Data structure containing raw info about a Http Response

Properties

Field
Type
Description

Code

int

HttpCode of the response

Content

FString

Raw response string of the request

IsContentEnveloped

bool

Indicates if the response json is enveloped

Last updated