cloudflare / lua-resty-cookie

Lua library for HTTP cookie manipulations for OpenResty/ngx_lua
347 stars 160 forks source link

Add functionality for modifying Cookie/Set-Cookie header directly #49

Open suikabreaker opened 2 years ago

suikabreaker commented 2 years ago

Instead of setting to Set-Cookie and getting from Cookie, directly modifying the header would be useful for proxy(and WAF).

suikabreaker commented 2 years ago

Also, we need the ability to parse Set-Cookie.