ccproxy.core.plugins.hooks.layers¶ ccproxy.core.plugins.hooks.layers ¶ Standard hook execution layers for priority ordering. HookLayer ¶ Bases: IntEnum Standard hook execution priority layers. Hooks execute in priority order from lowest to highest value. Within the same priority, hooks execute in registration order.