Docs
/
Node Express
Chapter 10
10 — Response Patterns
Core Concepts
- res.json() — send JSON with proper Content-Type
- res.send() — send string, Buffer, or object
- res.sendFile() — send a file from disk
- res.download() — prompt file download
- Streaming — pipe large data directly to response
- Pagination — offset-based, cursor-based, link headers
- Error responses — consistent error format