Nginx讀書筆記(4) —— HTTP模塊的數據結構

HTTP模塊的數據結構 定義HTTP模塊方式很簡單,例如:nginx ngx_module_t ngx_http_mytest_module;數組 其中,ngx_module_t是一個Nginx模塊的數據結構。下面來分析一下Nginx模塊中全部的成員,以下所示:數據結構 typedef struct ngx_module_s ngx_module_t; struct ngx_module_s
相關文章
相關標籤/搜索