> ## 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.

# PFGetHttpSettings

> Gets the current generic HTTP settings for the SDK.

Gets the current generic HTTP settings for the SDK.

## Syntax

```cpp theme={null}
HRESULT PFGetHttpSettings(  
    PFHttpSettings* settings  
)  
```

### Parameters

**`settings`**   [PFHttpSettings\*](/services/playfab/api-references/c/pfhttpconfig/structs/pfhttpsettings)<br />*output*

Pointer to generic settings that will be populated.

### Return value

Type: HRESULT

Result code for this API operation.

## Requirements

**Header:** PFHttpConfig.h

## See also

[PFHttpConfig members](/services/playfab/api-references/c/pfhttpconfig/pfhttpconfig_members)
