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

# Services C API overview - PFHttpConfig.h

> Services C API overview - PFHttpConfig.h

## Functions

| Function                                                                                                   | Description                                         |
| ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [PFGetHttpRetrySettings](/services/playfab/api-references/c/pfhttpconfig/functions/pfgethttpretrysettings) | Gets the current HTTP retry settings for the SDK.   |
| [PFGetHttpSettings](/services/playfab/api-references/c/pfhttpconfig/functions/pfgethttpsettings)           | Gets the current generic HTTP settings for the SDK. |
| [PFSetHttpRetrySettings](/services/playfab/api-references/c/pfhttpconfig/functions/pfsethttpretrysettings) | Sets global HTTP retry settings for the SDK.        |
| [PFSetHttpSettings](/services/playfab/api-references/c/pfhttpconfig/functions/pfsethttpsettings)           | Sets global generic HTTP settings for the SDK.      |

## Structures

| Structure                                                                                          | Description                                                                                                                                    |
| -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| [PFHttpRetrySettings](/services/playfab/api-references/c/pfhttpconfig/structs/pfhttpretrysettings) | Struct the defines retry settings for PlayFab HTTP requests.                                                                                   |
| [PFHttpSettings](/services/playfab/api-references/c/pfhttpconfig/structs/pfhttpsettings)           | Struct that defines generic Http settings for PlayFab HTTP requests. Currently holds settings to enable gzip compression on all sdk responses. |
