Concept Flow - Custom response headers
Client sends HTTP request
Spring Boot Controller receives request
Controller method creates response
Add custom headers to response
Send response with headers back to client
The client sends a request, the Spring Boot controller handles it, adds custom headers to the response, and sends it back.