jshttp / cookie

HTTP server cookie parsing and serialization
MIT License
1.36k stars 159 forks source link

test(serialize): additional tests for name, domain and path RFC validations #171

Closed hdtmccallie closed 1 month ago

hdtmccallie commented 1 month ago

These tests better align with the proper RFC rules for the cookie attributes of name, domain, and path.

These test are meant to be implemented along with PR #167 that adds more fine-grained validations based on RFC rules.