class HttpResponse [source] In contrast to HttpRequest objects, which are created
class QueryDict [source] In an HttpRequest object, the GET and
HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
HttpRequest.readlines() [source]
HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
HttpResponse.readable() New in Django 1.10: Always False
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.
QueryDict.urlencode(safe=None) [source] Returns a string of the data in query-string format
HttpResponse.flush() This method makes an HttpResponse instance a file-like object.
Page 1 of 10