73 $this->sender = $senderStrategy;
86 return $this->cookieJarFactory->fromResponse($this->
response());
93 public function request() : \Psr\Http\Message\RequestInterface
96 $this->
request = $this->requestFactory->create();
109 $this->
response = $this->responseFactory->create();
Interface GlobalHttpState.
saveResponse(ResponseInterface $response)
saveRequest(ServerRequestInterface $request)
__construct(ResponseSenderStrategy $senderStrategy, CookieJarFactory $cookieJarFactory, RequestFactory $requestFactory, ResponseFactory $responseFactory)
HTTPServices constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides an interface to the ILIAS HTTP services.
Interface ResponseSenderStrategy.