interface : [Kong API].internal.hook_interface
| Type | Name | Description |
| Methods: | ||
| void* (void*) | push | Update hook. adjust hook chain. |
| bool () | pop | Pop latest hook. returns 0 when last hook is removed. |
| void* () | original_function | Return the original function (or a callable stub for it) |
