| main | $VAR1 = bless( {
'document_default' => '/home/aspeer/Development/pm-WebDyne/lib/WebDyne/index.psp',
'document_root' => '/home/aspeer/Development/pm-WebDyne',
'env' => {
'DOCUMENT_DEFAULT' => undef,
'DOCUMENT_ROOT' => undef,
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_HOST' => '127.0.0.1:5000',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '216.73.216.21',
'HTTP_X_FORWARDED_HOST' => 'psgi.isolutions.com.au',
'HTTP_X_FORWARDED_SERVER' => 'psgi.isolutions.com.au',
'PATH_INFO' => '/t.other/r_dump.psp',
'QUERY_STRING' => '',
'REMOTE_ADDR' => '127.0.0.1',
'REMOTE_PORT' => 47652,
'REQUEST_METHOD' => 'GET',
'REQUEST_URI' => '/t.other/r_dump.psp',
'SCRIPT_NAME' => '',
'SERVER_NAME' => 0,
'SERVER_PORT' => 5000,
'SERVER_PROTOCOL' => 'HTTP/1.1',
'plack.request.body_parameters' => [],
'plack.request.merged' => bless( {}, 'Hash::MultiValue' ),
'plack.request.query_parameters' => [],
'plack.request.upload' => bless( {}, 'Hash::MultiValue' ),
'psgi.errors' => *::STDERR,
'psgi.input' => \*{'HTTP::Server::PSGI::$input'},
'psgi.multiprocess' => !!0,
'psgi.multithread' => !!0,
'psgi.nonblocking' => !!0,
'psgi.run_once' => !!0,
'psgi.streaming' => !!1,
'psgi.url_scheme' => 'http',
'psgi.version' => [
1,
1
],
'psgix.harakiri' => !!1,
'psgix.input.buffered' => !!1,
'psgix.io' => bless( \*Symbol::GEN3283, 'IO::Socket::INET' )
},
'filename' => '/home/aspeer/Development/pm-WebDyne/t.other/r_dump.psp',
'headers' => bless( {
'accept' => '*/*',
'accept-encoding' => 'gzip, br, zstd, deflate',
'connection' => 'Keep-Alive',
'host' => '127.0.0.1:5000',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'x-forwarded-for' => '216.73.216.21',
'x-forwarded-host' => 'psgi.isolutions.com.au',
'x-forwarded-server' => 'psgi.isolutions.com.au'
}, 'HTTP::Headers::Fast' ),
'headers_out' => {
'Content-Type' => 'text/html'
},
'select' => bless( \*Symbol::GEN3284, 'IO::String' ),
'uri' => '/t.other/r_dump.psp'
}, 'WebDyne::Request::PSGI' );
|
| headers_in | $VAR1 = {
'accept' => '*/*',
'accept-encoding' => 'gzip, br, zstd, deflate',
'connection' => 'Keep-Alive',
'host' => '127.0.0.1:5000',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'x-forwarded-for' => '216.73.216.21',
'x-forwarded-host' => 'psgi.isolutions.com.au',
'x-forwarded-server' => 'psgi.isolutions.com.au'
};
|