From 5dcdc909bcad22a8df487fb00aeab1eca37ea112 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 27 Feb 2013 16:14:23 +0200 Subject: [PATCH] quvi/const: Add quvi-object http cookie options Signed-off-by: Toni Gundogdu --- share/common/quvi/const.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/share/common/quvi/const.lua b/share/common/quvi/const.lua index df5ad01..f247107 100644 --- a/share/common/quvi/const.lua +++ b/share/common/quvi/const.lua @@ -50,7 +50,8 @@ M.qoo_croak_if_error = 0x01 -- Terminate if an error occurs -- fetch M.qoo_fetch_from_charset = 0x20 -- Convert (to UTF-8) from this charset -- http -M.qoo_http_user_agent = 0x40 -- Identify to HTTP servers as +M.qoo_http_cookie_mode = 0x40 -- HTTP cookie function +M.qoo_http_user_agent = 0x41 -- Identify to HTTP servers as -- crypto M.qoo_crypto_cipher_flags = 0x60 -- Cipher flags M.qoo_crypto_cipher_mode = 0x61 -- Cipher mode @@ -75,6 +76,14 @@ M.qoco_cipher_cbc_cts = 0x04 M.qoco_cipher_cbc_mac = 0x08 -- +-- (q)uvi (o)bject (h)ttp (c)ookie (o)ption +-- +M.qohco_mode_session = 0x01 +M.qohco_mode_file = 0x02 +M.qohco_mode_list = 0x03 +M.qohco_mode_jar = 0x04 + +-- -- subtitle -- -- 2.11.4.GIT