Context
class Context
HTTP-specific tasks.
Methods
bool
isModified(string|int|DateTimeInterface $lastModified = null, string $etag = null)
Attempts to cache the sent entity by its last modification date.
getRequest()
No description
getResponse()
No description
Details
at line 40
bool
isModified(string|int|DateTimeInterface $lastModified = null, string $etag = null)
Attempts to cache the sent entity by its last modification date.
at line 84
IRequest
getRequest()
No description
at line 90
IResponse
getResponse()
No description
Traits
SmartObject