The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:cookie"

Cookie - Cookie Object with Encryption or Signature River stage one • 2 direct dependents • 5 total dependents

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.5 - 12 Feb 2024 23:53:10 UTC

My::Cookie - A cookie based dispatcher River stage zero No dependents

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) River stage one • 1 direct dependent • 1 total dependent

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

Cookie::Jar - Cookie Jar Class for Server & Client River stage one • 2 direct dependents • 5 total dependents

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.5 - 12 Feb 2024 23:53:10 UTC

CGI::Cookie - Interface to HTTP Cookies River stage four • 286 direct dependents • 1216 total dependents

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.64 - 18 Mar 2024 12:10:48 UTC

Mojo::Cookie - HTTP cookie base class River stage four • 943 direct dependents • 1041 total dependents

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.36 - 08 Mar 2024 22:16:38 UTC

Cookie::Baker - Cookie string generator / parser River stage four • 5 direct dependents • 1892 total dependents

Cookie::Baker provides simple cookie string generator and parser....

KAZEBURO/Cookie-Baker-0.12 - 05 Jan 2024 08:28:19 UTC

Kwiki::Cookie - Kwiki Cookie Base Class River stage three • 119 direct dependents • 135 total dependents

INGY/Kwiki-0.39 - 06 Mar 2007 20:57:49 UTC

Spoon::Cookie - Spoon Cookie Base Class River stage three • 8 direct dependents • 141 total dependents

INGY/Spoon-0.24 - 09 Dec 2006 23:29:37 UTC

Dancer::Cookie - class representing cookies River stage three • 214 direct dependents • 218 total dependents

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 River stage one • 2 direct dependents • 5 total dependents

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.5 - 12 Feb 2024 23:53:10 UTC

Apache::Cookie - HTTP Cookies Class River stage two • 25 direct dependents • 25 total dependents

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. River stage zero No dependents

MCRAWFOR/Solstice-1440 - 07 Nov 2007 20:57:59 UTC

OpenFrame::Cookie - An abstract cookie River stage one • 1 direct dependent • 1 total dependent

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 - 独自のクッキー管理を行う River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 2 direct dependents • 6 total dependents

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

lib/Drogo/Cookie.pm River stage zero No dependents

MJFLICK/Drogo-0.23 - 07 Jan 2014 06:21:13 UTC

glue/perl/lib/Apache2/Cookie.pm River stage two • 18 direct dependents • 34 total dependents

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 River stage one • 1 direct dependent • 2 total dependents

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
88 results (0.02 seconds)