- OpenResty 官网:https://openresty.org/en/
- OpenResty Getting Started:https://openresty.org/en/getting-started.html
- OpenResty LuaJIT 说明:https://openresty.org/en/luajit.html
- OpenResty Lua Nginx Module 页面:https://openresty.org/en/lua-nginx-module.html
lua-nginx-module官方仓库与文档:https://github.com/openresty/lua-nginx-module- Nginx 官方文档首页:https://nginx.org/en/docs/
- Nginx How nginx processes a request:https://nginx.org/en/docs/http/request_processing.html
- Nginx Development Guide(HTTP phases):https://nginx.org/en/docs/dev/development_guide.html
- LuaJIT 官方站点:https://luajit.org/luajit.html
- Kong Gateway 自定义插件参考:https://developer.konghq.com/custom-plugins/reference/
- Kong
handler.lua生命周期与 phase 说明:https://developer.konghq.com/custom-plugins/handler.lua/ - Kong PDK 参考:https://developer.konghq.com/gateway/pdk/reference/
- Envoy Listener / Network Filters 架构说明:https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/listeners/listener_filters.html
- Envoy Extending Envoy for custom use cases:https://www.envoyproxy.io/docs/envoy/latest/extending/extending
- Envoy HTTP Connection Manager:https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto.html
第五十四篇:OpenResty 完全指南 —— 可编程网关锻造厂宇宙