mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
This module implements a very simple parser for cookies used in
|
|
HTTP applications. We've found CGI::Simple::Cookie and CGI::Cookie
|
|
rather slow according to the profiling results for our OpenResty
|
|
project, hence the rewrite in C.
|
|
|
|
WARNING: This module is obsolete; please use CGI::Cookie::XS instead.
|