|
| 1 | +[中文](README_CN.md) |
| 2 | + |
| 3 | +Reference document |
| 4 | +================== |
| 5 | + |
| 6 | +* [APISIX Readme](../README.md) |
| 7 | +* [Architecture Design](architecture-design.md) |
| 8 | +* [Benchmark](benchmark.md) |
| 9 | +* [Build development ENV](dev-manual.md) |
| 10 | +* [Install Dependencies](install-dependencies.md): How to install dependencies for different OS. |
| 11 | +* [Health Check](health-check.md): Enable health check on the upstream node, and will automatically filter unhealthy nodes during load balancing to ensure system stability. |
| 12 | +* Router |
| 13 | + * [radixtree](router-radixtree.md) |
| 14 | +* [Stand Alone Model](stand-alone.md): Supports to load route rules from local yaml file, it is more friendly such as under the kubernetes(k8s). |
| 15 | +* [Stream Proxy](stream-proxy.md) |
| 16 | +* [Admin API](admin-api-cn.md) |
| 17 | +* [Changelog](../CHANGELOG.md) |
| 18 | +* [Code Style](../CODE_STYLE.md) |
| 19 | +* [FAQ](../FAQ.md) |
| 20 | + |
| 21 | +Plugins |
| 22 | +======= |
| 23 | + |
| 24 | +* [hot reload](plugins.md): Hot reload without reload service. |
| 25 | +* [key-auth](plugins/key-auth.md): User authentication based on Key Authentication. |
| 26 | +* [JWT-auth](plugins/jwt-auth-cn.md): User authentication based on [JWT](https://jwt.io/) (JSON Web Tokens) Authentication. |
| 27 | +* [HTTPS/TLS](https.md): Dynamic load the SSL Certificate by Server Name Indication (SNI). |
| 28 | +* [limit-count](plugins/limit-count.md): Rate limiting based on a "fixed window" implementation. |
| 29 | +* [limit-req](plugins/limit-req.md): Request rate limiting and adjustment based on the "leaky bucket" method. |
| 30 | +* [limit-conn](plugins/limit-conn.md): Limite request concurrency (or concurrent connections). |
| 31 | +* [proxy-rewrite](plugins/proxy-rewrite.md): Rewrite upstream request information. |
| 32 | +* [prometheus](plugins/prometheus.md): Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server. |
| 33 | +* [OpenTracing](plugins/zipkin.md): Supports Zikpin and Apache SkyWalking. |
| 34 | +* [grpc-transcode](plugins/grpc-transcoding.md): REST <--> gRPC transcoding。 |
| 35 | +* [serverless](plugins/serverless-cn.md):AllowS to dynamically run Lua code at *different* phase in APISIX. |
| 36 | +* [ip-restriction](plugins/ip-restriction.md): IP whitelist/blacklist. |
| 37 | +* openid-connect |
0 commit comments