25 $container[
'http.request_factory'] =
function (
$c) {
26 return new \ILIAS\HTTP\Request\RequestFactoryImpl();
29 $container[
'http.response_factory'] =
function (
$c) {
30 return new \ILIAS\HTTP\Response\ResponseFactoryImpl();
33 $container[
'http.cookie_jar_factory'] =
function (
$c) {
34 return new \ILIAS\HTTP\Cookies\CookieJarFactoryImpl();
37 $container[
'http.response_sender_strategy'] =
function (
$c) {
38 return new \ILIAS\HTTP\Response\Sender\DefaultResponseSenderStrategy();
41 $container[
'http.duration_factory'] =
function (
$c) {
42 return new \ILIAS\HTTP\Duration\DurationFactory(
43 new \
ILIAS\
HTTP\Duration\Increment\IncrementFactory()
47 $container[
'http.security'] =
function (
$c) {
51 $container[
'http'] =
function (
$c) {
52 return new \ILIAS\HTTP\Services(
$c);
Class ChatMainBarProvider .
init(\ILIAS\DI\Container $container)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...