On Sun, Jul 22, 2018 at 2:47 PM Niklas Keller <m...@kelunik.com> wrote:
> It'd be great to use an OO approach instead of "magic" array keys, > e.g. like this: > > https://github.com/amphp/http/blob/9c0ba2f2ebfae482b3ad7a0475eb3d1f74d87949/src/Cookie/CookieAttributes.php > > Regards, Niklas > Hi, While I do agree with the sentiment: - That would have been an even greater departure from the original RFC. - This is currently a purely procedural API. If this were about an hypothetical `ResponseHeaders::setCookie` it would definitely be the way to go. Regards, Pedro