Add Cookie(name, value string) method #21
-
Cookies are weird enough as headers that it's probably worth having a dedicated method for them. The main question is around whether it should be implemented as a call to Request.AddCookie or just add a header. |
Beta Was this translation helpful? Give feedback.
Answered by
earthboundkid
Jan 3, 2022
Replies: 2 comments
-
Since there can only be one cookie header, it should be treated specially. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
earthboundkid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
d20441a