このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
kong.nginx
Nginx information module.
A set of functions for retrieving Nginx-specific implementation details and meta information.
kong.nginx.get_subsystem()
Returns the current Nginx subsystem this function is called from. Can be
one of "http" or "stream".
Phases
- any
Returns
-
string: Subsystem, either"http"or"stream".
Usage
kong.nginx.get_subsystem() -- "http"