apisix/doc
2019-10-30 20:36:56 +08:00
..
images doc: updated the user wall. (#693) 2019-10-15 16:04:21 +08:00
plugins doc: Update jwt-auth.md (#704) 2019-10-30 10:33:33 +08:00
admin-api-cn.md doc: added a new speech link and dropped node-status api doc. (#758) 2019-10-30 16:22:03 +08:00
apisix-plugin-design.graffle doc: exported balancer phase for plugin. 2019-07-24 11:09:24 +08:00
architecture-design-cn.md change: removed router r3. (#725) 2019-10-23 12:59:22 +08:00
architecture-design.md change: removed router r3. (#725) 2019-10-23 12:59:22 +08:00
benchmark-cn.md doc: fix some word (#542) 2019-09-18 17:24:13 +08:00
benchmark.md feature: added check for openresty version and fixed style of documents. (#244) 2019-07-14 09:32:22 +08:00
dev-manual-cn.md CLI: added restart apisix server command (#765) 2019-10-30 20:36:56 +08:00
dev-manual.md CLI: added restart apisix server command (#765) 2019-10-30 20:36:56 +08:00
health-check.md doc: added healthcheck refer in Upstream section. 2019-09-03 14:27:56 +08:00
https-cn.md feature: added check for openresty version and fixed style of documents. (#244) 2019-07-14 09:32:22 +08:00
https.md feature: added check for openresty version and fixed style of documents. (#244) 2019-07-14 09:32:22 +08:00
install-dependencies.md doc: make installation steps clear and remove useless dependency installations (#729) 2019-10-23 15:27:20 +08:00
plugins-cn.md doc: added new doc README.md in folder doc. (#699) 2019-10-23 15:14:55 +08:00
plugins.md doc: added new doc README.md in folder doc. (#699) 2019-10-23 15:14:55 +08:00
powered-by.md doc: change all iresty/apisix link in documents into apache/incubator-apisix (#754) 2019-10-30 10:45:09 +08:00
README_CN.md doc: added new doc README.md in folder doc. (#699) 2019-10-23 15:14:55 +08:00
README.md doc: added new doc README.md in folder doc. (#699) 2019-10-23 15:14:55 +08:00
router-radixtree.md change: updated component lua-resty-radixtree to v0.7 and updated test (#470) 2019-09-05 17:23:06 +08:00
stand-alone-cn.md doc: more about stand-alone model. (#577) 2019-09-23 22:03:18 +08:00
stand-alone.md doc: more about stand-alone model. (#577) 2019-09-23 22:03:18 +08:00
stream-proxy-cn.md doc: added chinese doc for stream proxy. 2019-09-26 15:08:21 +08:00
stream-proxy.md doc: added chinese doc for stream proxy. 2019-09-26 15:08:21 +08:00

中文

Reference document

Plugins

  • hot reload: Hot reload without reload service.
  • key-auth: User authentication based on Key Authentication.
  • JWT-auth: User authentication based on JWT (JSON Web Tokens) Authentication.
  • HTTPS/TLS: Dynamic load the SSL Certificate by Server Name Indication (SNI).
  • limit-count: Rate limiting based on a "fixed window" implementation.
  • limit-req: Request rate limiting and adjustment based on the "leaky bucket" method.
  • limit-conn: Limite request concurrency (or concurrent connections).
  • proxy-rewrite: Rewrite upstream request information.
  • prometheus: Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server.
  • OpenTracing: Supports Zikpin and Apache SkyWalking.
  • grpc-transcode: REST <--> gRPC transcoding。
  • serverlessAllowS to dynamically run Lua code at different phase in APISIX.
  • ip-restriction: IP whitelist/blacklist.
  • openid-connect