HttpResponse.setdefault(header, value) Sets a header unless it has already been set.
QueryDict.appendlist(key, item) [source] Appends an item to the internal list associated
class QueryDict [source] In an HttpRequest object, the GET and
HttpResponse.flush() This method makes an HttpResponse instance a file-like object.
HttpResponse.closed True if the response has been closed.
QueryDict.urlencode(safe=None) [source] Returns a string of the data in query-string format
class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
class HttpResponse [source] In contrast to HttpRequest objects, which are created
HttpRequest.get_host() [source] Returns the originating host of the request using information
Page 2 of 10