- Issue created by @fathershawn
HTMX supports 11 custom response headers.
Rather than expecting Drupal developers to learn all the names and data requirements of all those headers, create a class with methods to abstract the details of these headers. These methods would both document and collect the necessary data.
A developer could use this object converted to an array and attach the headers to a response. The primary use of this object is to manage this data composed into an Htmx object that will be keyed to a render array property and processed in the rendering pipeline. This object will be created in a later issue.
None
None
HtmxHeaderInterface
declares the public interface of this object.
None.
Active
11.0 π₯
render system