HttpResponse.setdefault(header, value) Sets a header unless it has already been set.
HttpResponse.readable() New in Django 1.10: Always False
HttpResponse.flush() This method makes an HttpResponse instance a file-like object.
HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
QueryDict.dict() Returns dict representation of QueryDict. For every (key, list) pair in QueryDict
QueryDict.appendlist(key, item) [source] Appends an item to the internal list associated
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
HttpResponse.closed True if the response has been closed.
HttpRequest.get_host() [source] Returns the originating host of the request using information
class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a
Page 1 of 10