class AddAssetsRevisionHeader implements MiddlewareInterface
Stamps every API response with the current asset revision token, so a browsing client can notice when the JS/CSS it booted with has been superseded and offer the user a reload — without polling or a forced refresh.
Constants
| HEADER_NAME |
|
Methods
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)
No description