5.9.drf的request和response
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:
Last updated
Was this helpful?
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:
Last updated
Was this helpful?