Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a6ba90

Browse files
committed
Patch #963318: Add support for client-side cookie management.
1 parent 0a6d0ff commit 2a6ba90

12 files changed

Lines changed: 4666 additions & 68 deletions

Doc/lib/lib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ \chapter*{Front Matter\label{front}}
233233
\input{libbasehttp}
234234
\input{libsimplehttp}
235235
\input{libcgihttp}
236+
\input{libcookielib}
236237
\input{libcookie}
237238
\input{libxmlrpclib}
238239
\input{libsimplexmlrpc}

Doc/lib/libcookie.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ \section{\module{Cookie} ---
6868

6969

7070
\begin{seealso}
71+
\seemodule{cookielib}{HTTP cookie handling for for web
72+
\emph{clients}. The \module{cookielib} and \module{Cookie}
73+
modules do not depend on each other.}
74+
7175
\seerfc{2109}{HTTP State Management Mechanism}{This is the state
7276
management specification implemented by this module.}
7377
\end{seealso}

0 commit comments

Comments
 (0)