Commit Graph

6 Commits

Author SHA1 Message Date
f496046461
File-based response support & static server
All checks were successful
continuous-integration/drone/push Build is passing
- 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
1d5056b753
Setup eslint and enforce rules
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-02 22:36:25 -05:00
4d39637f30
Fix more import issues from monorepo merge
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2021-06-01 21:09:47 -05:00
fad1184afe
TypeDoc all the thngs 2021-03-25 08:50:13 -05:00
4ecada6be8
response lifecycle timeout and route handling 2021-03-08 12:34:31 -06:00
a9ffa771dc
Add basic response factories and helpers 2021-03-08 10:07:10 -06:00