From 5c9a1ddd74c052c49aa3022fae990dd7ff893c0c Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 31 Aug 2013 15:50:33 +0300 Subject: [PATCH] DOC: quvi-object(7): Update quvi.http.cookie with QUVI_OPTION_ALLOW_COOKIES Signed-off-by: Toni Gundogdu --- doc/man7/quvi-object.7.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/man7/quvi-object.7.txt b/doc/man7/quvi-object.7.txt index 923f951..ff3df2a 100644 --- a/doc/man7/quvi-object.7.txt +++ b/doc/man7/quvi-object.7.txt @@ -201,9 +201,12 @@ quvi.http.cookie(,):: + This function will not return any additional values in the dictionary. -NOTE: Cookies are always enabled for the current libcurl session handle, - meaning that libcurl will parse the received cookies and use them - in the subsequent HTTP requests +NOTE: libquvi will ignore any calls to quvi.http.cookie unless + QUVI_OPTION_ALLOW_COOKIES is QUVI_TRUE + +NOTE: libcurl will parse the received cookies and use them in the + subsequent HTTP requests only if libquvi QUVI_OPTION_ALLOW_COOKIES + is QUVI_TRUE quvi.http.fetch([,qoo]):: Fetch an URL over an HTTP connection. -- 2.11.4.GIT