Search results for "module:cookie"
Cookie - Cookie Object with Encryption or Signature
This is a powerful and versatile package to create and represent a cookie compliant with the latest standard as set by rfc6265 <https://datatracker.ietf.org/doc/html/rfc6265>. This can be used as a standalone module, or can be managed as part of the ...
JDEGUEST/Cookie-v0.3.2 - 19 Sep 2023 21:27:47 UTC
My::Cookie - A cookie based dispatcher
This example module shows how to use cookies to determine if mogile is to be used or not. It takes advantage of the apache request object being passed to make its deciscion....
JDEGUEST/Apache2-Mogile-Dispatch-0.3 - 21 Nov 2021 22:25:32 UTC
Cookie::XS - HTTP Cookie parser in C (Please use CGI::Cookie::XS instead)
WARNING: This module is obsolete now; please use CGI::Cookie::XS instead. 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 result...
AGENT/Cookie-XS-0.11 - 12 Sep 2008 07:05:58 UTC
CGI::Cookie - Interface to HTTP Cookies
CGI::Cookie is an interface to HTTP/1.1 cookies, a mechanism that allows Web servers to store persistent information on the browser's side of the connection. Although CGI::Cookie is intended to be used in conjunction with CGI.pm (and is in fact used ...
LEEJO/CGI-4.57 - 02 May 2023 13:16:01 UTC
Cookie::Jar - Cookie Jar Class for Server & Client
This is a module to handle cookies, according to the latest standard as set by rfc6265 <https://datatracker.ietf.org/doc/html/rfc6265>, both by the http server and the client. Most modules out there are either antiquated, i.e. they do not support lat...
JDEGUEST/Cookie-v0.3.2 - 19 Sep 2023 21:27:47 UTC
Mojo::Cookie - HTTP cookie base class
Mojo::Cookie is an abstract base class for HTTP cookie containers, based on RFC 6265 <https://tools.ietf.org/html/rfc6265>, like Mojo::Cookie::Request and Mojo::Cookie::Response....
SRI/Mojolicious-9.34 - 11 Sep 2023 18:34:53 UTC
Cookie::Baker - Cookie string generator / parser
Cookie::Baker provides simple cookie string generator and parser....
KAZEBURO/Cookie-Baker-0.11 - 07 Jun 2019 06:28:18 UTC
Dancer::Cookie - class representing cookies
Dancer::Cookie provides an HTTP cookie object to work with cookies....
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Cookie::Domain - Domain Name Public Suffix Query Interface
This is an interface to query the "Public Suffix" list courtesy of the mozilla project. This list contains all the top level domains, a.k.a. zones and is used to determine what part of a domain name constitute the top level domain, what part is the d...
JDEGUEST/Cookie-v0.3.2 - 19 Sep 2023 21:27:47 UTC
Apache::Cookie - HTTP Cookies Class
The Apache::Cookie module is a Perl interface to the cookie routines in *libapreq*. The interface is based on Lincoln Stein's CGI::Cookie module....
ISAAC/libapreq-1.34 - 08 Jan 2009 22:13:46 UTC
Solstice::Cookie - An interface for managing cookies in your solstice apps.
MCRAWFOR/Solstice-1440
-
07 Nov 2007 20:57:59 UTC
OpenFrame::Cookie - An abstract cookie
This class is used internally in OpenFrame to hold a cookie. An "OpenFrame::Cookie" object is returned when you fetch a cookie from a "OpenFrame::Cookies" object. This class is a subclass of "CGI::Cookie". You should call its value() method to get th...
RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC
Tripletail::Cookie - 独自のクッキー管理を行う
Tripletail::Form クラスのインスタンスをクッキーに保存し、 また、クッキーから Tripletail::Form を取り出す。 クッキー有効期限、ドメイン、パス等は、 ini ファイルで指定する。 METHODS "$TL->getCookie" $cookie = $TL->getCookie($inigroup) $cookie = $TL->getCookie('Cookie') Tripletail::Cookie オブジェクトを取得。 引数には Ini で設定したグルー...
HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC
OpenPlugin::Cookie - handler to parse/output cookies from/to the client
This module defines methods for retrieving and creating cookies. You can find information regarding cookies at the following url: http://www.ics.uci.edu/pub/ietf/http/rfc2109.txt...
ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC
CGI::Cookie::XS - HTTP Cookie parser in pure C
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. This library is still...
AGENT/CGI-Cookie-XS-0.18 - 02 Sep 2009 13:37:13 UTC
glue/perl/lib/Apache2/Cookie.pm
The Apache2::Cookie module is based on the original 1.X versions, which mimic the CGI::Cookie API. The current version of this module includes several packages and methods which are patterned after Apache2::Request, yet remain largely backwards-compa...
SHAY/libapreq2-2.16 - 22 Mar 2021 17:59:11 UTC
Cookie::Baker::XS - boost Cookie::Baker's crush_cookie
Cookie::Baker::XS provides cookie string parser that implemented by XS. This modules only provides parser, does not have a generator function. For more details, see Cookie::Baker's document...
KAZEBURO/Cookie-Baker-XS-0.12 - 31 Mar 2022 04:25:23 UTC