It's currently impossible to model a `Set-Cookie` header with attributes unknown to akka-http like this: ``` Set-Cookie: key=value; HttpOnly; SameSite=strict ``` We should allow specifying custom attributes and/or add popular ones missing from the current model. The current workaround is to use a `RawHeader` in such a case. Prompted by https://groups.google.com/d/topic/akka-user/XbAoF_EQAHI/discussion.