> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblHttpCallResponseBodyType

> XblHttpCallResponseBodyType

# XblHttpCallResponseBodyType

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

## Syntax

```cpp theme={null}
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](/reference/live/xsapi-c/http_call_c/http_call_c_members)


## Related topics

- [XblHttpCallPerformAsync](/reference/live/xsapi-c/http_call_c/functions/xblhttpcallperformasync.md)
- [XblHttpCallGetResponseBodyBytes](/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsebodybytes.md)
- [XblHttpCallGetResponseBodyBytesSize](/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsebodybytessize.md)
- [XblHttpCallGetResponseString](/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsestring.md)
- [HCHttpCallResponseSetResponseBodyBytes](/reference/live/httpclient/httpprovider/functions/hchttpcallresponsesetresponsebodybytes.md)
