What is request data in Django?

Django REST framework introduces a Request object that extends the regular HttpRequest, this new object type has request. data to access JSON data for ‘POST’, ‘PUT’ and ‘PATCH’ requests. However, I can get the same data by accessing request. body parameter which was part of original Django HttpRequest type object.14 Nis 2016

Sizin İçin Seçtik  What is Django REST Framework good for?

Leave a Reply

Your email address will not be published. Required fields are marked *