access/http: Improved cookie handling
* Moved cookie code to a separate file.
* Implemented domain and path matching algorithms from RFC 6265.
* Generates a single Cookie header consisting of a concatenation of all
matching cookie values.
* Sends Secure cookies only on https streams.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Showing
modules/access/httpcookies.c
0 → 100644
This diff is collapsed.
modules/access/httpcookies.h
0 → 100644
Please register or sign in to comment