HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
HttpRequest.readlines() [source]
HttpResponse.readable() New in Django 1.10: Always False
QueryDict.appendlist(key, item) [source] Appends an item to the internal list associated
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
HttpRequest.get_host() [source] Returns the originating host of the request using information
HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
HttpRequest.is_ajax() [source] Returns True if the request was made via an
Page 1 of 10