**Views**: In Django REST framework, views do the processing of incoming [[HTTP requests]] and the preparation of the outgoing HTTP responses. Views are the core component of any web application and they handle the request-response cycle. - [[Class Based Views (CBV)]] vs [[Function Based Views (FBV)]]