Skip to content

Commit a6ba2b8

Browse files
committed
add httpresponsebadrequest django examples
1 parent fabe740 commit a6ba2b8

4 files changed

Lines changed: 1654 additions & 0 deletions

File tree

content/pages/examples/django/django-http-httpresponse.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toc: False
66
sidebartitle: django.http HttpResponse
77
meta: Example Python code for using the HttpResponse object provided by Django in the django.http module.
88

9+
910
[HttpResponse](https://docs.djangoproject.com/en/stable/ref/request-response/#httpresponse-objects)
1011
([source code](https://github.com/django/django/blob/master/django/http/response.py))
1112
provides an inbound HTTP request to a [Django](/django.html) web application

0 commit comments

Comments
 (0)