HttpRequest.is_ajax() [source] Returns True if the request was made via an
HttpResponse.__delitem__(header) Deletes the header with the given name. Fails silently if the header doesn’t exist. Case-insensitive
QueryDict.setlist(key, list_) [source] Sets the given key to list_ (unlike
HttpRequest.read(size=None) [source]
HttpResponse.writable() [source] Always True. This method makes an HttpResponse
HttpRequest.content_params New in Django 1.10. A
StreamingHttpResponse.status_code The
HttpRequest.content_type New in Django 1.10. A
HttpResponse.delete_cookie(key, path='/', domain=None) Deletes the cookie with the given key. Fails silently if the key doesn’t
HttpResponse.status_code The
Page 3 of 10