HttpRequest.scheme A string representing the scheme of the request (http or https usually).
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
class HttpResponse [source] In contrast to HttpRequest objects, which are created
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a
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.flush() This method makes an HttpResponse instance a file-like object.
HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
HttpRequest.get_host() [source] Returns the originating host of the request using information
Page 1 of 10