Skip to content

Commit

Permalink
docs: add diagnostics-channel plugin to core list (#2875)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Feb 23, 2021
1 parent 291afba commit cef7dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Plugins maintained by the fastify team are listed under [Core](#core) while plug
- [`fastify-cookie`](https://github.com/fastify/fastify-cookie) Parse and set cookie headers.
- [`fastify-cors`](https://github.com/fastify/fastify-cors) Enables the use of CORS in a Fastify application.
- [`fastify-csrf`](https://github.com/fastify/fastify-csrf) A plugin for adding [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) protection to Fastify.
- [`fastify-diagnostics-channel`](https://github.com/fastify/fastify-diagnostics-channel) Plugin to deal with `diagnostics_channel` on Fastify
- [`fastify-elasticsearch`](https://github.com/fastify/fastify-elasticsearch) Plugin to share the same ES client.
- [`fastify-env`](https://github.com/fastify/fastify-env) Load and check configuration.
- [`fastify-etag`](https://github.com/fastify/fastify-etag) Automatically generate etags for HTTP responses.
Expand Down

0 comments on commit cef7dcb

Please sign in to comment.