diff options
Diffstat (limited to 'Doc/libhttplib.tex')
-rw-r--r-- | Doc/libhttplib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/libhttplib.tex b/Doc/libhttplib.tex index 4587ac1..d2e2420 100644 --- a/Doc/libhttplib.tex +++ b/Doc/libhttplib.tex @@ -46,8 +46,12 @@ file object that it returns. \end{enumerate} +\subsection{HTTP Objects} + \code{HTTP} instances have the following methods: +\renewcommand{\indexsubitem}{(HTTP method)} + \begin{funcdesc}{set_debuglevel}{level} Set the debugging level (the amount of debugging output printed). The default debug level is \code{0}, meaning no debugging output is |