diff options
-rw-r--r-- | Doc/lib/libhttplib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 59e6428..50b4cf2 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -197,8 +197,8 @@ Send a blank line to the server, signalling the end of the headers. \class{HTTPResponse} instances have the following methods and attributes: -\begin{methoddesc}{read}{} -Reads and returns the response body. +\begin{methoddesc}{read}{\optional{amt}} +Reads and returns the response body, or up to the next \var{amt} bytes. \end{methoddesc} \begin{methoddesc}{getheader}{name\optional{, default}} |