Any-Daemon-HTTP

 view release on metacpan or  search on metacpan

lib/Any/Daemon/HTTP/Session.pod  view on Meta::CPAN

=encoding utf8

=head1 NAME

Any::Daemon::HTTP::Session - represents a client connection

=head1 SYNOPSIS

   # created by Any::Daemon::HTTP

=head1 DESCRIPTION

The connection relates to one client.  Each time, some browser connects
to the socket, a new ::Session object will be created.  It can be used
to cache information as well.

=head1 METHODS

=head2 Constructors

=over 4

=item Any::Daemon::HTTP::Session-E<gt>B<new>(%options)

 -Option--Default
  store   {}

=over 2

=item store => HASH

=back

=back

=head2 Accessors

=over 4

=item $obj-E<gt>B<client>()

=item $obj-E<gt>B<get>($names)

=item $obj-E<gt>B<set>($name, $value)

=back

=head1 SEE ALSO

This module is part of Any-Daemon-HTTP distribution version 0.30,
built on April 06, 2020. Website: F<http://perl.overmeer.net/any-daemon/>

=head1 LICENSE

Copyrights 2013-2020 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See F<http://dev.perl.org/licenses/>



( run in 0.725 second using v1.01-cache-2.11-cpan-97f6503c9c8 )