19 declare(strict_types=1);
50 $dic[
'http.response_sender_strategy'],
51 $dic[
'http.cookie_jar_factory'],
52 $dic[
'http.request_factory'],
53 $dic[
'http.response_factory'],
54 $dic[
'http.duration_factory']
62 return $this->
raw->durations();
86 return $this->
raw()->request();
96 return $this->
raw()->response();
106 return $this->
raw()->cookieJar();
114 $this->
raw()->saveRequest($request);
122 $this->
raw()->saveResponse($response);
130 $this->
raw()->sendResponse();
135 $this->
raw()->close();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic)
Services constructor.
This library is borrowed from the phpGroupWare API http://www.phpgroupware.org/api Modifications made...
saveRequest(ServerRequestInterface $request)
AgentDetermination $agent
saveResponse(ResponseInterface $response)
Customizing of pimple-DIC for ILIAS.
Provides an interface to the ILIAS HTTP services.