aboutsummaryrefslogtreecommitdiff
path: root/examples/http-file-extended.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 1-1/+1
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
2023-01-19Create new example http-file-extended.ts (#1827)Gravatar Volodymyr Palamar 1-0/+76
New code sample with http Range and ETag support Some code is taken from here https://github.com/gornostay25/svelte-adapter-bun/blob/master/src/sirv.js