@@ -12,8 +12,6 @@ section.
12
12
[ accepts] ( https://www.npmjs.com/package/accepts ) in your request object.
13
13
- [ ` @fastify/accepts-serializer ` ] ( https://github.com/fastify/fastify-accepts-serializer )
14
14
to serialize to output according to the ` Accept ` header.
15
- - [ ` @fastify/any-schema ` ] ( https://github.com/fastify/any-schema-you-like ) Save
16
- multiple schemas and decide which one to use to serialize the payload.
17
15
- [ ` @fastify/auth ` ] ( https://github.com/fastify/fastify-auth ) Run multiple auth
18
16
functions in Fastify.
19
17
- [ ` @fastify/autoload ` ] ( https://github.com/fastify/fastify-autoload ) Require all
@@ -43,10 +41,7 @@ section.
43
41
[ CSRF] ( https://en.wikipedia.org/wiki/Cross-site_request_forgery ) protection to
44
42
Fastify.
45
43
- [ ` @fastify/diagnostics-channel ` ] ( https://github.com/fastify/fastify-diagnostics-channel )
46
- Plugin to deal with ` diagnostics_channel ` on Fastify
47
- - [ ` @fastify/early-hints ` ] ( https://github.com/fastify/fastify-early-hints ) Plugin
48
- to add HTTP 103 feature based on [ RFC
49
- 8297] ( https://datatracker.ietf.org/doc/html/rfc8297 ) .
44
+ Plugin to deal with ` diagnostics_channel ` on Fastify.
50
45
- [ ` @fastify/elasticsearch ` ] ( https://github.com/fastify/fastify-elasticsearch )
51
46
Plugin to share the same ES client.
52
47
- [ ` @fastify/env ` ] ( https://github.com/fastify/fastify-env ) Load and check
@@ -124,8 +119,6 @@ section.
124
119
HTTP errors and assertions, but also more request and reply methods.
125
120
- [ ` @fastify/session ` ] ( https://github.com/fastify/session ) a session plugin for
126
121
Fastify.
127
- - [ ` @fastify/soap-client ` ] ( https://github.com/fastify/fastify-soap-client ) a SOAP
128
- client plugin for Fastify.
129
122
- [ ` @fastify/static ` ] ( https://github.com/fastify/fastify-static ) Plugin for
130
123
serving static files as fast as possible.
131
124
- [ ` @fastify/swagger ` ] ( https://github.com/fastify/fastify-swagger ) Plugin for
0 commit comments