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