NDK#
NDK is a module designed to extend core functionality in such a way that it can be used as a foundation for other Angie modules.
The NDK itself adds several functions that are not visible from the user's perspective — it is simply intended to help reduce the amount of code that module developers need to write.
Among the set of modules whose packages are represented in the Angie repository, the NDK is used in the following modules:
lua
set-misc
When using them, in addition to loading the necessary module, the NDK module should also be loaded. The NDK must be loaded before the main module. Detailed documentation and source code are available at the following link:
vision5/ngx_devel_kitLoading the module#
load_module modules/ndk_http_module.so;
Additional information#