Consts
additionalSettings = [("numThreads", "httpx_numThreads")]
- Source Edit
Funcs
func getServerSettingsName(key: string): string {...}{.inline, raises: [KeyError], tags: [].}
- Retrieves the key in additional settings ignoring the style of the key. If key is not in the settings, it will raise KeyError. Source Edit
func getServerSettingsNameOrKey(key: string): string {...}{.inline, raises: [KeyError], tags: [].}
- Retrieves the key in additional settings ignoring the style of the key. If key is not in the settings, the origin key will be returned. Source Edit