StandardsComplianceMiddleware
class StandardsComplianceMiddleware implements MiddlewareInterface (View source)
HTTP component that makes sure that the current response is standards-compliant. It is usually the last component in the chain.
Properties
protected array | $options |
Methods
__construct(array $options = [])
No description
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $next)
No description
Details
__construct(array $options = [])
No description
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $next)
No description