Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
Symbols
404 handler 72, 73
@fastify/autoload plugin 154
@fastify/http-proxy
as API gateway 297-299
--require argument
reference link 308
A
after instance method 52, 53
Ajv
configuration 127-130
reference link 123
API documentation
generating 360-362
API endpoints
asynchronous handlers 63, 64
bulk routes loading 62, 63
declaration variants 60
declaring 60
reply object 64
reply with errors 65-71
route options 61
synchronous handlers 63, 64
API gateway
@fastify/http-proxy, using as 297-299
microservice, exposing via 294
Nginx as 295-297
API versioning
filesystem-based routing prefixes 292
implementing 288
URL prefixes 290-292
version constraints 289, 290
application
optimizing 322
shutting...