Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main changes are: * Use the Cookie and Set-Cookie headers as the sole source-of-truth instead of trying to keep a separate collection of cookies in the message object. * Introduce a clear distinction between request cookies (key-value pairs set in Cookie header) and response cookies (individual Set-Cookie headers that have attributes like Domain and Path).
- Loading branch information