summaryrefslogtreecommitdiff
path: root/examples/middleware/src/middleware.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17`astro:` namespace for middleware and components (#8101)Gravatar Matthew Phillips 1-1/+1
* `astro:` namespace for middleware and components * Update errors to use namespace * Create a namespace module just for the astro: stuff
2023-05-05fix(middleware): emit warning if `next` is called and nothing is returned ↵Gravatar Emanuele Stoppa 1-3/+1
(#7010) * fix(middleware): emit warning if `next` is called and nothing is returned * chore: add test case * chore: changeset * chore: restore code, ooops! * chore: change logic * change namespace
2023-05-03feat(astro): experimental middleware (#6721)Gravatar Emanuele Stoppa 1-0/+71
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>