Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
e4f0e5a9
Kaydet (Commit)
e4f0e5a9
authored
May 17, 2015
tarafından
I am Clinton
Kaydeden (comit)
Tim Graham
May 18, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed typos in docs/ref/request-response.txt
üst
7b027c46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
request-response.txt
docs/ref/request-response.txt
+4
-4
No files found.
docs/ref/request-response.txt
Dosyayı görüntüle @
e4f0e5a9
...
@@ -49,7 +49,7 @@ All attributes should be considered read-only, unless stated otherwise below.
...
@@ -49,7 +49,7 @@ All attributes should be considered read-only, unless stated otherwise below.
.. attribute:: HttpRequest.path
.. attribute:: HttpRequest.path
A string representing the full path to the requested page, not including
A string representing the full path to the requested page, not including
the domain.
the
scheme or
domain.
Example: ``"/music/bands/the_beatles/"``
Example: ``"/music/bands/the_beatles/"``
...
@@ -322,7 +322,7 @@ Methods
...
@@ -322,7 +322,7 @@ Methods
Methods implementing a file-like interface for reading from an
Methods implementing a file-like interface for reading from an
HttpRequest instance. This makes it possible to consume an incoming
HttpRequest instance. This makes it possible to consume an incoming
request in a streaming fashion. A common use-case would be to process a
request in a streaming fashion. A common use-case would be to process a
big XML payload with iterative parser without constructing a whole
big XML payload with
an
iterative parser without constructing a whole
XML tree in memory.
XML tree in memory.
Given this standard interface, an HttpRequest instance can be
Given this standard interface, an HttpRequest instance can be
...
@@ -464,7 +464,7 @@ In addition, ``QueryDict`` has the following methods:
...
@@ -464,7 +464,7 @@ In addition, ``QueryDict`` has the following methods:
Returns the data with the requested key, as a Python list. Returns an
Returns the data with the requested key, as a Python list. Returns an
empty list if the key doesn't exist and no default value was provided.
empty list if the key doesn't exist and no default value was provided.
It's guaranteed to return a list of some sort unless the default value
It's guaranteed to return a list of some sort unless the default value
was no
list.
provided is not a
list.
.. method:: QueryDict.setlist(key, list_)
.. method:: QueryDict.setlist(key, list_)
...
@@ -746,7 +746,7 @@ Methods
...
@@ -746,7 +746,7 @@ Methods
header. It is not part of the :rfc:`2109` standard for cookies,
header. It is not part of the :rfc:`2109` standard for cookies,
and it isn't honored consistently by all browsers. However,
and it isn't honored consistently by all browsers. However,
when it is honored, it can be a useful way to mitigate the
when it is honored, it can be a useful way to mitigate the
risk of
client side script
accessing the protected cookie
risk of
a client-side script from
accessing the protected cookie
data.
data.
.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly
.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment