58 $this->sender = $senderStrategy;
73 return $this->cookieJarFactory->fromResponse($this->
response());
83 $this->
request = $this->requestFactory->create();
96 $this->
response = $this->responseFactory->create();
126 $this->sender->sendResponse($this->
response());
Interface GlobalHttpState.
Representation of an incoming, server-side HTTP request.
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.
Representation of an outgoing, server-side response.
Interface ResponseSenderStrategy.
cookieJar()
Creates a new cookie jar from the current known request.