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
0a9cc58c
Kaydet (Commit)
0a9cc58c
authored
Ock 27, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adjust some of Skip's latest changes slightly; these really are things
that should stand out.
üst
9db20c62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
libhttplib.tex
Doc/lib/libhttplib.tex
+13
-5
No files found.
Doc/lib/libhttplib.tex
Dosyayı görüntüle @
0a9cc58c
...
...
@@ -10,11 +10,19 @@
This module defines classes which implement the client side of the
HTTP and HTTPS protocols. It is normally not used directly --- the
module
\refmodule
{
urllib
}
\refstmodindex
{
urllib
}
uses it to handle URLs
that use HTTP and HTTPS.
\note
{
HTTPS support is only
available if the
\refmodule
{
socket
}
module was compiled with SSL
support.
}
\note
{
The
\class
{
HTTP
}
class is retained only for backward
compatibility with 1.5.2. It should not be used in new code. Refer to the
online docstrings for usage.
}
that use HTTP and HTTPS.
\begin{notice}
HTTPS support is only available if the
\refmodule
{
socket
}
module was
compiled with SSL support.
\end{notice}
\begin{notice}
The public interface for this module changed substantially in Python
2.0. The
\class
{
HTTP
}
class is retained only for backward
compatibility with 1.5.2. It should not be used in new code. Refer
to the online docstrings for usage.
\end{notice}
The constants defined in this module are:
...
...
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