Standard libraries that lift up your code.
Go to file
garrettmills f496046461
All checks were successful
continuous-integration/drone/push Build is passing
File-based response support & static server
- Clean up UniversalPath implementation
    - Use Readable/Writable types correctly for stream methods
    - Add .list() methods for getting child files

- Make Response body specify explicit types and support
  writing Readable streams to the body

- Create a static file server that supports directory listing
2021-07-07 20:13:23 -05:00
.idea Move docs in-repo 2021-06-01 21:32:24 -05:00
docs Move docs in-repo 2021-06-01 21:32:24 -05:00
src File-based response support & static server 2021-07-07 20:13:23 -05:00
.drone.yml Remove old doc build trigger from CI 2021-06-02 22:45:49 -05:00
.eslintignore Setup eslint and enforce rules 2021-06-02 22:36:25 -05:00
.eslintrc.json Setup eslint and enforce rules 2021-06-02 22:36:25 -05:00
.gitignore Initial import 2021-03-02 18:57:41 -06:00
package-lock.json Setup eslint and enforce rules 2021-06-02 22:36:25 -05:00
package.json File-based response support & static server 2021-07-07 20:13:23 -05:00
pagesconfig.json Move docs in-repo 2021-06-01 21:32:24 -05:00
pnpm-lock.yaml File-based response support & static server 2021-07-07 20:13:23 -05:00
tsconfig.json response lifecycle timeout and route handling 2021-03-08 12:34:31 -06:00
typedoc.json Move docs in-repo 2021-06-01 21:32:24 -05:00