40 isset(
$c[
'ilIliasIniFile'])
41 && (bool)
$c->iliasIni()->readVariable(
'https',
'auto_https_detect_enabled')
43 $header = (string)
$c->iliasIni()->readVariable(
'https',
'auto_https_detect_header_name');
44 $value = (string)
$c->iliasIni()->readVariable(
'https',
'auto_https_detect_header_value');
45 $header = $header ===
'' ? null : $header;
46 $value = $value ===
'' ? null : $value;
56 $container[
'http.response_sender_strategy'] =
static fn(
64 $container[
'http.security'] =
static function (
$c):
void {
65 throw new OutOfBoundsException(
'TODO');
Customizing of pimple-DIC for ILIAS.
Class DefaultResponseSenderStrategy.
Responsible for loading the HTTP Service into the dependency injection container of ILIAS.
init(Container $container)