App-Dochazka-CLI
view release on metacpan or search on metacpan
config/CLI_Config.pm view on Meta::CPAN
# default location of the cookie jar
set( 'MREST_CLI_COOKIE_JAR', "$ENV{HOME}/.cookies.txt" );
# DOCHAZKA_CLI_LOG_FILE
# default location of the log file
set( 'DOCHAZKA_CLI_LOG_FILE', "$ENV{HOME}/.dochazka-cli.log" );
# MREST_CLI_SUPPRESSED_HEADERS
# list of headers to be suppressed in the output
set ('MREST_CLI_SUPPRESSED_HEADERS', [ qw(
accept content-type content-length cache-control pragma expires
server Client-Response-Num Client-Peer Client-Date Set-Cookie Date
Vary Client-SSL-Cert-Subject Client-SSL-Cipher
Client-SSL-Socket-Class Client-SSL-Cert-Issuer Connection
Strict-Transport-Security
) ] );
# -----------------------------------
# DO NOT EDIT ANYTHING BELOW THIS LINE
# -----------------------------------
ext/CLI_SiteConfig.pm.example view on Meta::CPAN
# default location of the cookie jar
#set( 'MREST_CLI_COOKIE_JAR', "$ENV{HOME}/.cookies.txt" );
# DOCHAZKA_CLI_LOG_FILE
# default location of the log file
#set( 'DOCHAZKA_CLI_LOG_FILE', "$ENV{HOME}/.dochazka-cli.log" );
# MREST_CLI_SUPPRESSED_HEADERS
# list of headers to be suppressed in the output
#set ('MREST_CLI_SUPPRESSED_HEADERS', [ qw(
# accept content-type content-length cache-control pragma expires
# server Client-Response-Num Client-Peer Client-Date Set-Cookie Date
# Vary Client-SSL-Cert-Subject Client-SSL-Cipher
# Client-SSL-Socket-Class Client-SSL-Cert-Issuer Connection
# Strict-Transport-Security
#) ] );
# -----------------------------------
# DO NOT EDIT ANYTHING BELOW THIS LINE
# -----------------------------------
( run in 1.484 second using v1.01-cache-2.11-cpan-524268b4103 )