diff options
Diffstat (limited to 'lib/resty')
-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 |