Context
class Context
HTTP-specific tasks.
Methods
bool
isModified(string|int|DateTimeInterface|null $lastModified = null, string|null $etag = null)
Attempts to cache the sent entity by its last modification date.
getRequest()
No description
getResponse()
No description
Details
at line 18
__construct(IRequest $request, IResponse $response)
No description
at line 28
bool
isModified(string|int|DateTimeInterface|null $lastModified = null, string|null $etag = null)
Attempts to cache the sent entity by its last modification date.
at line 73
IRequest
getRequest()
No description
at line 79
IResponse
getResponse()
No description