StandardsComplianceComponent
class StandardsComplianceComponent implements ComponentInterface (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
void
Details
__construct(array $options = [])
No description
void
handle(ComponentContext $componentContext)
Just call makeStandardsCompliant on the Response for now