diff options
author | Jiale Zhi <vipcalio@gmail.com> | 2014-01-14 11:29:22 -0800 |
---|---|---|
committer | Jiale Zhi <vipcalio@gmail.com> | 2014-01-14 11:29:22 -0800 |
commit | 8d2ef74648be80c38cfe6c1f4179d79ce379b33f (patch) | |
tree | c51085b025d4b40489cb70dc06570b7196fb9d78 | |
parent | 6a5f77406b4489a2cdf8aa60ef6a5fa6d02de47a (diff) | |
download | lua-resty-cookie-8d2ef74648be80c38cfe6c1f4179d79ce379b33f.tar.gz lua-resty-cookie-8d2ef74648be80c38cfe6c1f4179d79ce379b33f.tar.bz2 lua-resty-cookie-8d2ef74648be80c38cfe6c1f4179d79ce379b33f.zip |
Add rfc reference
-rw-r--r-- | lib/resty/cookie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/resty/cookie.lua b/lib/resty/cookie.lua index ce4b7f4..1a16592 100644 --- a/lib/resty/cookie.lua +++ b/lib/resty/cookie.lua @@ -1,4 +1,5 @@ -- Copyright (C) 2013 Jiale Zhi (calio), Cloudflare Inc. +-- See RFC6265 http://tools.ietf.org/search/rfc6265 -- require "luacov" local type = type |