33 public function request() : RequestInterface;
41 public function response() : ResponseInterface;
63 public function saveRequest(ServerRequestInterface $request) : void;
85 public function close() : void;
Interface GlobalHttpState.
request()
Returns the current psr-7 server request.
saveRequest(ServerRequestInterface $request)
Saves the given request for further use.
cookieJar()
Returns a cookie jar which has all cookies known by the ILIAS response.
sendResponse()
Render the current response hold by ILIAS.
saveResponse(ResponseInterface $response)
Saves the given response for further use.
response()
Returns the current psr-7 response.