Module 4 — HTTP APIs and Request Handling
Lesson 1 — Middleware and Request Pipeline
Unit 2 — Routing and Flow Through a Backend
Not finished yet
Topics
- Define routes for backend endpoints
- Understand the middleware pattern
- Order middleware deliberately
- Pass a request through logging, authentication, validation, and controller layers
- Use router-level middleware
- Use error-handling middleware
- Trace request flow through a backend
- Trace response flow through a backend
- Express
- Fastify