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

# PFSetHttpSettings

> Sets global generic HTTP settings for the SDK.

Sets global generic HTTP settings for the SDK.

## Syntax

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

### Parameters

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

Pointer to generic settings.

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