Plagger::Cookies - cookie_jar factory class


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Cookies - cookie_jar factory class

SYNOPSIS

Top

  # config.yaml: Firefox's cookies.txt
  global:
    user_agent:
      cookies: /path/to/cookies.txt

  # or more verbosely
  global:
    user_agent:
      cookies:
        type: Safari
        file: /path/to/Cookies.plist
        autosave: 1

DESCRIPTION

Top

Plagger::Cookies is a factory class to create HTTP::Cookies subclass instances by detecting the proper subclass using its filename (and possibly magic, if the filename format is share amongst multiple subclasses, eventually).

THANKS TO

Top

Thanks to brian d foy and Gisle Aas for creating HTTP::Cookies::* subclass modules.

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, HTTP::Cookies, HTTP::Cookies::Mozilla, HTTP::Cookies::Microsoft


Plagger documentation  | view source Contained in the Plagger distribution.