apisix/doc
2019-11-01 22:27:08 +08:00
..
images doc: updated the user wall. (#693) 2019-10-15 16:04:21 +08:00
plugins license: ingore grpc_server_example dir for check license. (#770) 2019-10-31 10:55:21 +08:00
admin-api-cn.md featutre: support gRPC proxy #691) 2019-11-01 10:09:01 +08:00
apisix-plugin-design.graffle doc: exported balancer phase for plugin. 2019-07-24 11:09:24 +08:00
architecture-design-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
architecture-design.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
benchmark-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
benchmark.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
dev-manual-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
dev-manual.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
grpc-proxy-cn.md ASF: added license header. (#781) 2019-11-01 11:22:49 +08:00
grpc-proxy.md ASF: added license header. (#781) 2019-11-01 11:22:49 +08:00
health-check.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
https-cn.md docs: fix typo (#784) 2019-11-01 22:27:08 +08:00
https.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
install-dependencies.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
plugins-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
plugins.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
powered-by.md Doc: added HelloTalk into 'powered-by'. (#772) 2019-11-01 10:16:25 +08:00
README_CN.md feature: supported redirect plugin. (#732) 2019-10-31 10:19:22 +08:00
README.md feature: supported redirect plugin. (#732) 2019-10-31 10:19:22 +08:00
router-radixtree.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stand-alone-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stand-alone.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stream-proxy-cn.md license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
stream-proxy.md change: updated resty-radixtree to v1.5. (#768) 2019-11-01 09:49:09 +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
  • redirect: URI redirect.