# parameter\_item.h ## **Overview** **Related Modules:** [Format](Format.md) **Description:** Defines format-related structures and enumerations used to configure and obtain dynamic parameters. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
Defines a structure for configuring and obtaining dynamic parameters. |
KeyType { KEY_TYPE_MIME = 0x6d696d65, KEY_TYPE_HTTP_HEADERS = 0x68706864, KEY_TYPE_LANGUAGE = 0x6c616e67, KEY_TYPE_PRE_CACHE = 0x70726361 } |
Enumerates key types used for setting and obtaining parameters. |