Introduction
Processing requests and responses lets your Django app talk to users. It handles what users send and what your app sends back.
When a user visits a webpage and you want to show content.
When a user submits a form and you want to save or check data.
When you want to send a file or download to the user.
When you want to redirect users to another page after an action.
When you want to add custom headers or cookies to responses.