<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description I was puzzling over what "hss" meant when looking at confighttp earlier, and realized it's a holdover from when the struct was named `HTTPServerSettings`. This renames the receiver variables for both `ClientConfig` and `ServerConfig` to be initialisms of these two types. |
||
|---|---|---|
| .. | ||
| configauth | ||
| configcompression | ||
| configgrpc | ||
| confighttp | ||
| configmiddleware | ||
| confignet | ||
| configopaque | ||
| configoptional | ||
| configretry | ||
| configtelemetry | ||
| configtls | ||