apisix/doc
琚致远 51d87c0fc6 doc: updated install-dependencies.md (#867)
`apt-get update` is needed before installing new dependencies
2019-11-18 16:14:32 +08:00
..
images doc: updated the user wall. (#693) 2019-10-15 16:04:21 +08:00
plugins doc: fixed grpc server example link. (#851) 2019-11-14 11:57:16 +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 bugfix: support more built-in parameters when set chash balancer (#775) 2019-11-03 18:25:51 +08:00
architecture-design.md bugfix: support more built-in parameters when set chash balancer (#775) 2019-11-03 18:25:51 +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 change: use make deps to install dependencies. (#835) 2019-11-12 16:38:23 +08:00
dev-manual.md change: use make deps to install dependencies. (#835) 2019-11-12 16:38:23 +08:00
grpc-proxy-cn.md doc: fixed grpc server example link. (#851) 2019-11-14 11:57:16 +08:00
grpc-proxy.md doc: fixed grpc server example link. (#851) 2019-11-14 11:57:16 +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 doc: updated install-dependencies.md (#867) 2019-11-18 16:14:32 +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 user: add company into powereby page (#844) 2019-11-12 19:40:36 +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.