From 75dc490215534ea82fa27d495f663ad0065af875 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Mon, 12 Dec 2022 19:03:27 +0100 Subject: [PATCH] docs: add fastify-user-agent --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index f80dcc8282..f769926dc3 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -565,6 +565,8 @@ section. for [zod](https://github.com/colinhacks/zod). - [`fastify-typeorm-plugin`](https://github.com/inthepocket/fastify-typeorm-plugin) Fastify plugin to work with TypeORM. +- [`fastify-user-agent`](https://github.com/Eomm/fastify-user-agent) parses your + request's `user-agent` header. - [`fastify-vhost`](https://github.com/patrickpissurno/fastify-vhost) Proxy subdomain HTTP requests to another server (useful if you want to point multiple subdomains to the same IP address, while running different servers on