PXshadow / weblink

MIT License
41 stars 7 forks source link

Basic Cookie Implementation #12

Closed poklj closed 2 years ago

poklj commented 2 years ago

basic implementation and Tests for Cookies as described: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

PXshadow commented 2 years ago

Really well done on the pull request, I looked it over straight forward and nicely has the parameters from the mdn docs. Not sure if weblink should expose a MaxAge api for resources but this is great as it is.