Preflight Checklist
Describe your problem
The cookie handler used for .CheckCookie() and .SetCookie() is needlessly constrained and not reusable outside of the scope of an http resp writer.
Describe your ideal solution
Allow for creation of a cookie as an intermediary step, prior to requiring an http response writer to simply set a header.
Version
4.0.0-next.1
Environment
Self-hosted
Additional Context
No response
Preflight Checklist
Describe your problem
The cookie handler used for
.CheckCookie()and.SetCookie()is needlessly constrained and not reusable outside of the scope of an http resp writer.Describe your ideal solution
Allow for creation of a cookie as an intermediary step, prior to requiring an http response writer to simply set a header.
Version
4.0.0-next.1
Environment
Self-hosted
Additional Context
No response