StreamingHttpResponse.status_code The
QueryDict.getlist(key, default=None) Returns the data with the requested key, as a Python list. Returns an empty list if the
QueryDict.values() Just like the standard dictionary values() method, except this uses the same last-value logic
HttpResponse.delete_cookie(key, path='/', domain=None) Deletes the cookie with the given key. Fails silently if the key doesn’t
QueryDict.setdefault(key, default=None) [source] Just like the standard dictionary
class JsonResponse(data, encoder=DjangoJSONEncoder, safe=True, json_dumps_params=None, **kwargs) [source]
HttpRequest.FILES A dictionary-like object containing all uploaded files. Each key in FILES is the name
QueryDict.lists() Like items(), except it includes all values, as a list, for each member of the dictionary. For
StreamingHttpResponse.streaming This is always True.
HttpRequest.encoding A string representing the current encoding used to decode form submission data (or None, which
Page 5 of 10