2019-07-14 09:32:22 +08:00
|
|
|
[English](plugins.md)
|
2019-06-30 22:06:01 +08:00
|
|
|
## 插件
|
|
|
|
目前已支持这些插件:
|
|
|
|
|
|
|
|
* [HTTPS](https.md): 根据 TLS 扩展字段 SNI(Server Name Indication) 动态加载证书。
|
|
|
|
* [动态负载均衡](architecture-design-cn.md#upstream):跨多个上游服务的动态负载均衡,目前已支持 round-robin 和一致性哈希算法。
|
|
|
|
* [key-auth](plugins/key-auth-cn.md): 基于 Key Authentication 的用户认证。
|
2019-07-25 00:34:26 +08:00
|
|
|
* [JWT-auth](plugins/jwt-auth-cn.md): 基于 [JWT](https://jwt.io/) (JSON Web Tokens) Authentication 的用户认证。
|
2019-06-30 22:06:01 +08:00
|
|
|
* [limit-count](plugins/limit-count-cn.md): 基于“固定窗口”的限速实现.
|
|
|
|
* [limit-req](plugins/limit-req-cn.md): 基于漏桶原理的请求限速实现。
|
|
|
|
* [limit-conn](plugins/limit-conn-cn.md): 限制并发请求(或并发连接)。
|
|
|
|
* [prometheus](plugins/prometheus.md): 以 Prometheus 格式导出 APISIX 自身的状态信息,方便被外部 Prometheus 服务抓取。
|