Request and Response Object
Objectives¶
- Understand basic HTTP status codes.
- Be able to access the request and response objects corresponding to our controller routes.
- Manipulate parts of the request and response using
HttpServletRequest,HttpServletResponse.