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
519c3089
Kaydet (Commit)
519c3089
authored
Ock 30, 2011
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos.
üst
ac4e58eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
http.client.rst
Doc/library/http.client.rst
+2
-2
No files found.
Doc/library/http.client.rst
Dosyayı görüntüle @
519c3089
...
@@ -36,7 +36,7 @@ The module provides the following classes:
...
@@ -36,7 +36,7 @@ The module provides the following classes:
used. If the optional *timeout* parameter is given, blocking
used. If the optional *timeout* parameter is given, blocking
operations (like connection attempts) will timeout after that many seconds
operations (like connection attempts) will timeout after that many seconds
(if it is not given, the global default timeout setting is used).
(if it is not given, the global default timeout setting is used).
The optional *source_address* parameter may be a t
y
ple of a (host, port)
The optional *source_address* parameter may be a t
u
ple of a (host, port)
to use as the source address the HTTP connection is made from.
to use as the source address the HTTP connection is made from.
For example, the following calls all create instances that connect to the server
For example, the following calls all create instances that connect to the server
...
@@ -400,7 +400,7 @@ HTTPConnection Objects
...
@@ -400,7 +400,7 @@ HTTPConnection Objects
contents of the file is sent; this file object should support ``fileno()``
contents of the file is sent; this file object should support ``fileno()``
and ``read()`` methods. The header Content-Length is automatically set to
and ``read()`` methods. The header Content-Length is automatically set to
the length of the file as reported by stat. The *body* argument may also be
the length of the file as reported by stat. The *body* argument may also be
an iterable and Contet-Length header should be explicitly provided when the
an iterable and Conte
n
t-Length header should be explicitly provided when the
body is an iterable.
body is an iterable.
The *headers* argument should be a mapping of extra HTTP
The *headers* argument should be a mapping of extra HTTP
...
...
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