24use Psr\Http\Message\RequestInterface;
25use Psr\Http\Message\ResponseInterface;
26use Psr\Http\Message\ServerRequestInterface;
53 public function request(): RequestInterface;
77 public function saveRequest(ServerRequestInterface $request): void;
Interface GlobalHttpState.
saveRequest(ServerRequestInterface $request)
Saves the given request for further use.
saveResponse(ResponseInterface $response)
Saves the given response for further use.
sendResponse()
Render the current response hold by ILIAS.
request()
Returns the current psr-7 server request.
cookieJar()
Returns a cookie jar which has all cookies known by the ILIAS response.
response()
Returns the current psr-7 response.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...