request
request.data returns the parsed content of the request body. This is similar to the standard request.POST and request.FILES attributes except that:
request.data
request.POST
request.FILES
Last updated 5 years ago