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.
HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
Page 1 of 10