Skip to content

Commit

Permalink
docs: improve clarity for ext-plugin-post-resp plugin (#10972)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Feb 28, 2024
1 parent c9a6139 commit 614be2a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/en/latest/plugins/ext-plugin-post-resp.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ The `ext-plugin-post-resp` Plugin is for running specific external Plugins in th

The `ext-plugin-post-resp` plugin will be executed after the request gets a response from the upstream.

After enabling this plugin, APISIX will use the [lua-resty-http](https://github.com/api7/lua-resty-http) library to make requests to the upstream, this results in:

- [proxy-control](./proxy-control.md) plugin is not available
- [proxy-mirror](./proxy-mirror.md) plugin is not available
- [proxy-cache](./proxy-cache.md) plugin is not available
- [mTLS Between APISIX and Upstream](../mtls.md#mtls-between-apisix-and-upstream) function is not available yet
This plugin uses [lua-resty-http](https://github.com/api7/lua-resty-http) library under the hood to send requests to the upstream, due to which the [proxy-control](./proxy-control.md), [proxy-mirror](./proxy-mirror.md), and [proxy-cache](./proxy-cache.md) plugins are not available to be used alongside this plugin. Also, [mTLS Between APISIX and Upstream](../mtls.md#mtls-between-apisix-and-upstream) is not yet supported.

See [External Plugin](../external-plugin.md) to learn more.

Expand Down

0 comments on commit 614be2a

Please sign in to comment.