Apache2-FakeRequest
view release on metacpan or search on metacpan
lib/Apache2/FakeRequest.pm view on Meta::CPAN
module next no_cache
note_basic_auth_failure notes
path_info perl_hook post_connection prev
protocol proxyreq push_handlers
query_string read read_client_block
read_length register_cleanup request
requires reset_timeout rflush
send_cgi_header send_fd send_http_header
sent_header seqno server
server_root_relative soft_timeout status
status_line subprocess_env taint
the_request translate_name unescape_url
unescape_url_info untaint uri warn
write_client
};
sub elem {
my($self, $key, $val) = @_;
return
unless ref($self) eq 'Apache2::FakeRequest';
$self->{$key} = $val if $val;
$self->{$key};
( run in 0.861 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )