Interface GlobalHttpState.
request()
Returns the current psr-7 server request.
Representation of an incoming, server-side HTTP 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.
foreach($paths as $path) $request
sendResponse()
Render the current response hold by ILIAS.
saveResponse(ResponseInterface $response)
Saves the given response for further use.
Representation of an outgoing, server-side response.
response()
Returns the current psr-7 response.