summaryrefslogtreecommitdiff
path: root/libhttplib2.tex
diff options
context:
space:
mode:
authorjcgregorio <devnull@localhost>2007-03-09 03:23:11 +0000
committerjcgregorio <devnull@localhost>2007-03-09 03:23:11 +0000
commit87eee73c0c7b2c7b7e5251738703251a42f2633a (patch)
tree11fab3385ba028cbb524eb4ca83b459aa58c8ef9 /libhttplib2.tex
parente6a0196b53a41a956739094cd80113abe4cdeb5c (diff)
downloadhttplib2-87eee73c0c7b2c7b7e5251738703251a42f2633a.tar.gz
Updated docs
Diffstat (limited to 'libhttplib2.tex')
-rw-r--r--libhttplib2.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhttplib2.tex b/libhttplib2.tex
index 4da7ce8..e876751 100644
--- a/libhttplib2.tex
+++ b/libhttplib2.tex
@@ -248,8 +248,8 @@ If \code{False}, then exceptions will be thrown.
\end{memberdesc}
\begin{memberdesc}[Http]{ignore_etag}
-Defaults to \code{False}. If True, then any etags present in the cached response
-are ignored when processing the current request, i.e. httplib2 does *not* use
+Defaults to \code{False}. If \code{True}, then any etags present in the cached response
+are ignored when processing the current request, i.e. httplib2 does \strong{not} use
'if-match' for PUT or 'if-none-match' when GET or HEAD requests are made. This
is mainly to deal with broken servers which supply an etag, but change it capriciously.
\end{memberdesc}