Django HttpRequest - using HttpRequest in Django
zetcode.com › django › httprequestJul 06, 2020 · Django uses request and response objects to pass state through the system. When a page is requested, Django creates an HttpRequest object that contains metadata about the request. These include request method, user agent, address, or cookies. Later Django loads the appropriate view, passing the HttpRequest as the first argument to the view ...