Commit Graph

23 Commits

Author SHA1 Message Date
514a578260 Make HTTPServer ignore responses that cannot be sent 2022-03-30 22:19:33 -05:00
6f66126d38 Improve Response verbose/debug logging 2022-03-30 21:38:36 -05:00
795adac68b Add better detection for write-after-destroy errors on the response 2022-03-30 18:33:37 -05:00
467721f775 Include request parameters in input(...) sources; bump version 2022-03-30 15:35:09 -05:00
8f08b94f74 Error response enhancements, CoreID auth client backend 2022-03-29 01:14:46 -05:00
a039b1ff25 Add Safe value API and start OAuth2Server 2022-02-24 00:00:35 -06:00
3efbfecf9d OAuth2 stuff
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 12:48:16 -05:00
e86cf420df
Named routes & basic login framework 2021-07-17 12:49:07 -05:00
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
9be9c44a32
Import other modules into monorepo
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-01 20:59:40 -05:00
26d54033af
Abstract out DataContainer into interface 2021-05-22 10:44:52 -05:00
574ddbe9cb
make HTTP server unit more configurable
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-12 11:43:06 -05:00
8e65a5f669
fix(extollo/extollo#4): explicitly define return type to fix build error
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-30 22:19:29 -05:00
a4edecee00
enhancement(extollo/extollo#2): add kernel module for parsing request body contents, uploading files
Some checks failed
continuous-integration/drone/push Build is failing
2021-03-30 21:15:39 -05:00
fad1184afe
TypeDoc all the thngs 2021-03-25 08:50:13 -05:00
4f23ac7156
Add support for middleware 2021-03-09 09:42:19 -06: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
3acc1bc83e
Add mounting for activated routes, route compiling, routing 2021-03-08 09:00:43 -06:00
fdcd80a43e
Add kernel modules and basic kernel handling 2021-03-07 12:51:04 -06:00
94add3d471
Add support for responses 2021-03-07 09:58:21 -06:00
e298319bf5
Continue fleshing out HTTP request classes 2021-03-06 20:58:48 -06:00