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 37
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 82
IRequest
getRequest()
No description
at line 88
IResponse
getResponse()
No description
Traits
Strict class for better experience.