summaryrefslogtreecommitdiff
path: root/packages/integrations/node/src/nodeMiddleware.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-15[ci] formatGravatar pilcrowOnPaper 1-2/+2
2023-11-16Cancel response stream when connection closes (#9071)Gravatar pilcrowOnPaper 1-4/+8
2023-09-20[ci] formatGravatar ematipico 1-3/+3
2023-09-20fix(node): report render error to the terminal (#8599)Gravatar Arsh 1-0/+3
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-3/+3
2023-08-21fix(@astrojs/node): handler should work with `express` (#8176)Gravatar Emanuele Stoppa 1-5/+12
2023-08-01Fix "res.writeHead is not a function" in Express/node middleware (#7708)Gravatar DixCouleur 1-8/+18
2023-08-01Refactor 404 and 500 approach (#7754)Gravatar Nate Moore 1-5/+6
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-1/+1
2023-06-21feat: expose locals to render api and from requests in dev mode (#7385)Gravatar Emanuele Stoppa 1-2/+3
2023-06-06[ci] formatGravatar natemoo-re 1-7/+7
2023-06-06#7226 - fixes NodeJS adapter for multiple set-cookie headers (and other heade...Gravatar Alex Sherwin 1-2/+7
2023-05-03feat(astro): experimental middleware (#6721)Gravatar Emanuele Stoppa 1-0/+64