mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-14 17:01:20 +08:00
26 lines
1.7 KiB
Markdown
26 lines
1.7 KiB
Markdown
|
|
|||
|
* [APISIX Readme](../README.md)
|
|||
|
* [Architecture Design](architecture-design-cn.md)
|
|||
|
* [Benchmark](benchmark.md)
|
|||
|
* [Build development ENV](dev-manual.md)
|
|||
|
* [Install Dependencies](install-dependencies.md): How to install dependencies for different OS.
|
|||
|
* [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.
|
|||
|
* Router
|
|||
|
* [radixtree](router-radixtree.md)
|
|||
|
* [r3](router-r3.md)
|
|||
|
* [Stand Alone Model](stand-alone.md)
|
|||
|
* [stream-proxy](stream-proxy.md)
|
|||
|
* [Plugins](plugins.md)
|
|||
|
* [key-auth](plugins/key-auth.md): User authentication based on Key Authentication.
|
|||
|
* [JWT-auth](plugins/jwt-auth-cn.md): User authentication based on [JWT](https://jwt.io/) (JSON Web Tokens) Authentication.
|
|||
|
* [HTTPS/TLS](https.md): Dynamic load the SSL Certificate by Server Name Indication (SNI).
|
|||
|
* [limit-count](plugins/limit-count.md): Rate limiting based on a "fixed window" implementation.
|
|||
|
* [limit-req](plugins/limit-req.md): Request rate limiting and adjustment based on the "leaky bucket" method.
|
|||
|
* [limit-conn](plugins/limit-conn.md): Limite request concurrency (or concurrent connections).
|
|||
|
* [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.
|
|||
|
* [OpenTracing](plugins/zipkin.md): Supports Zikpin and Apache SkyWalking.
|
|||
|
* [grpc-transcode](plugins/grpc-transcode-cn.md): REST <--> gRPC transcoding。
|
|||
|
* [serverless](plugins/serverless-cn.md):AllowS to dynamically run Lua code at *different* phase in APISIX.
|
|||
|
* [ip-restriction](plugins/ip-restriction.md): IP whitelist/blacklist.
|
|||
|
* openid-connect
|