Open
Description
What is the problem this feature would solve?
Recently Bun got the support for cookies implemented in native code, which is presumably faster than currently used javascript library.
https://bun.sh/blog/bun-v1.2.7#bun-cookie-bun-cookiemap
What is the feature you are proposing to solve the problem?
Consider changing the underlying implementation of elysya's cookie handling to bun's native one.
What alternatives have you considered?
No response