XblHttpCallResponseBodyType

Defines the response body type when reading the results of an HTTP call.

Syntax

enum class XblHttpCallResponseBodyType  : uint32_t  
{  
    String,  
    Vector  
}  

Constants

Constant Description
String Read results as string.
Vector Read results as vector.

Requirements

Header: http_call_c.h

See also

http_call_c