HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
class HttpResponse [source] In contrast to HttpRequest objects, which are created
HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
QueryDict.popitem() [source] Removes an arbitrary member of the dictionary (since there’s
HttpRequest.readlines() [source]
QueryDict.appendlist(key, item) [source] Appends an item to the internal list associated
HttpResponse.closed True if the response has been closed.
class QueryDict [source] In an HttpRequest object, the GET and
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
Page 1 of 10