MATSUNO★Tokuhiro > HTTP-Session-0.21 > HTTP::Session::State::Test

Download:
HTTP-Session-0.21.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: HTTP-Session-0.32

NAME ^

HTTP::Session::State::Test - state module for testing

SYNOPSIS ^

    HTTP::Session->new(
        state => HTTP::Session::State::Test->new(
            session_id => 'foobar',
        ),
        store => ...,
        request => ...,
    );

DESCRIPTION ^

This is an mock object for testing session.

CONFIGURATION ^

session_id

dummy session id

METHODS ^

get_session_id
response_filter

for internal use only

SEE ALSO ^

HTTP::Session