From afc233d509b075080b578b72d4e4bf190d6e7cc9 Mon Sep 17 00:00:00 2001 From: jcgregorio Date: Fri, 9 Mar 2007 02:30:04 +0000 Subject: Added documentation for Http() level timeout. --- libhttplib2.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libhttplib2.tex') 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} -- cgit v1.2.1