Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
71de040b
Kaydet (Commit)
71de040b
authored
Haz 25, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply
üst
0929b7e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
libhttplib.tex
Doc/lib/libhttplib.tex
+10
-5
No files found.
Doc/lib/libhttplib.tex
Dosyayı görüntüle @
71de040b
...
...
@@ -304,6 +304,8 @@ with the request.
\begin{methoddesc}
{
getresponse
}{}
Should be called after a request is sent to get the response from the server.
Returns an
\class
{
HTTPResponse
}
instance.
\note
{
Note that you must have read the whole response before you can send a new
request to the server.
}
\end{methoddesc}
\begin{methoddesc}
{
set
_
debuglevel
}{
level
}
...
...
@@ -320,11 +322,9 @@ Connect to the server specified when the object was created.
Close the connection to the server.
\end{methoddesc}
\begin{methoddesc}
{
send
}{
data
}
Send data to the server. This should be used directly only after the
\method
{
endheaders()
}
method has been called and before
\method
{
getreply()
}
has been called.
\end{methoddesc}
As an alternative to using the
\method
{
request()
}
method described above,
you can also send your request step by step, by using the four functions
below.
\begin{methoddesc}
{
putrequest
}{
request, selector
\optional
{
,
skip
\_
host
\optional
{
, skip
_
accept
_
encoding
}}}
...
...
@@ -349,6 +349,11 @@ each consisting of a tab and an argument.
Send a blank line to the server, signalling the end of the headers.
\end{methoddesc}
\begin{methoddesc}
{
send
}{
data
}
Send data to the server. This should be used directly only after the
\method
{
endheaders()
}
method has been called and before
\method
{
getresponse()
}
is called.
\end{methoddesc}
\subsection
{
HTTPResponse Objects
\label
{
httpresponse-objects
}}
...
...
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