summaryrefslogtreecommitdiff
path: root/libhttplib2.tex
diff options
context:
space:
mode:
authorjcgregorio <devnull@localhost>2007-03-09 02:30:04 +0000
committerjcgregorio <devnull@localhost>2007-03-09 02:30:04 +0000
commitafc233d509b075080b578b72d4e4bf190d6e7cc9 (patch)
treeec5d52f773abc4fd425b0d114b3d20767c13c222 /libhttplib2.tex
parentb2697911bc71672c126eaa1f7d392d13f3d96e9b (diff)
downloadhttplib2-afc233d509b075080b578b72d4e4bf190d6e7cc9.tar.gz
Added documentation for Http() level timeout.
Diffstat (limited to 'libhttplib2.tex')
-rw-r--r--libhttplib2.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhttplib2.tex b/libhttplib2.tex
index f8b50d7..5b8a16d 100644
--- a/libhttplib2.tex
+++ b/libhttplib2.tex
@@ -157,11 +157,12 @@ are unfamiliar with.
% memberdesc - data members, like datadesc, but with an optional
% type name like methoddesc.
-\begin{classdesc}{Http}{\optional{cache=None}}
+\begin{classdesc}{Http}{\optional{cache=None}, \optional{timeout=None}}
The class that represents a client HTTP interface.
The \var{cache} parameter is either the name of a directory
to be used as a flat file cache, or it must an object that
implements the required caching interface.
+The \var{timeout} parameter is the socket level timeout.
\end{classdesc}
\begin{classdesc}{Response}{info}