59 $this->sender = $senderStrategy;
72 return $this->cookieJarFactory->fromResponse($this->
response());
79 public function request() : \Psr\Http\Message\RequestInterface
82 $this->
request = $this->requestFactory->create();
95 $this->
response = $this->responseFactory->create();
125 $this->sender->sendResponse($this->
response());
Interface GlobalHttpState.
saveResponse(ResponseInterface $response)
saveRequest(ServerRequestInterface $request)
__construct(ResponseSenderStrategy $senderStrategy, CookieJarFactory $cookieJarFactory, RequestFactory $requestFactory, ResponseFactory $responseFactory)
HTTPServices constructor.
Provides an interface to the ILIAS HTTP services.
Interface ResponseSenderStrategy.