summaryrefslogtreecommitdiff
path: root/std/http/cookie.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek Iwańczuk
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-01feat(std/http): Add Cookie value validation (#8471)Yasser A.Idrissi
2020-11-22feat(std/http): Validate cookie path value (#8457)Yasser A.Idrissi
2020-11-21refactor(std/http): Rename validateCookieName param name & JSDoc (#8451)Yasser A.Idrissi
2020-11-17feat(std/http): Check if cookie property is valid (#7189)Yasser A.Idrissi
2020-06-30Update std/http/cookie types to not require full ServerRequest object (#6577)Kitson Kelly
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-06-07refactor(std/http): rename delCookie to deleteCookie (#6088)Tim Reichen
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
2020-04-28Move the docs like `@param [obj.prop]` to the interface. (#4974)David Sherret
2020-04-10fix(std/http): verify cookie name & update SameSite type (#4685)木杉
2020-04-01fix(#4550): setCookie should append cookies (#4558)木杉
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-07remove non-null assertion operator from std (part1) (#3900)Yusuke Sakurai
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-09Move everything into std subdirRyan Dahl