Commit Graph

32 Commits (master)

Author SHA1 Message Date
Garrett Mills 37fcaabdef Fix isHTTPMethod validator
1 year ago
Garrett Mills bbf2807cfa Add `options` to HTTPMethod type
1 year ago
Garrett Mills 0484a586bd Update dependencies & fix misc formatting errors
2 years ago
Garrett Mills e339ec718d Support periodic auth checks in SecurityContext on web socket connections
2 years ago
Garrett Mills 33a64b99ff Implement websocket server
2 years ago
Garrett Mills 6476416c67 Add foreground service, some cleanup, and start websocket server
2 years ago
Garrett Mills 940d50b89c Implement /oauth2/token endpoint; token auth middleware
2 years ago
Garrett Mills a779ec1d09 Update content-length calculation to use buffer
2 years ago
Garrett Mills bea48602f5 Fix content-length header set
2 years ago
Garrett Mills 514a578260 Make HTTPServer ignore responses that cannot be sent
2 years ago
Garrett Mills 6f66126d38 Improve Response verbose/debug logging
2 years ago
Garrett Mills 795adac68b Add better detection for write-after-destroy errors on the response
2 years ago
Garrett Mills 467721f775 Include request parameters in input(...) sources; bump version
2 years ago
Garrett Mills 8f08b94f74 Error response enhancements, CoreID auth client backend
2 years ago
Garrett Mills a039b1ff25 Add Safe value API and start OAuth2Server
2 years ago
Garrett Mills 3efbfecf9d OAuth2 stuff
continuous-integration/drone/push Build is failing Details
3 years ago
Garrett Mills e86cf420df
Named routes & basic login framework
3 years ago
Garrett Mills f496046461
File-based response support & static server
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills 1d5056b753
Setup eslint and enforce rules
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills 9be9c44a32
Import other modules into monorepo
continuous-integration/drone/push Build is failing Details
3 years ago
Garrett Mills 26d54033af
Abstract out DataContainer into interface
3 years ago
Garrett Mills 574ddbe9cb
make HTTP server unit more configurable
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills 8e65a5f669
fix(extollo/extollo#4): explicitly define return type to fix build error
continuous-integration/drone/push Build is passing Details
3 years ago
Garrett Mills a4edecee00
enhancement(extollo/extollo#2): add kernel module for parsing request body contents, uploading files
continuous-integration/drone/push Build is failing Details
3 years ago
Garrett Mills fad1184afe
TypeDoc all the thngs
3 years ago
Garrett Mills 4f23ac7156
Add support for middleware
3 years ago
Garrett Mills 4ecada6be8
response lifecycle timeout and route handling
3 years ago
Garrett Mills a9ffa771dc
Add basic response factories and helpers
3 years ago
Garrett Mills 3acc1bc83e
Add mounting for activated routes, route compiling, routing
3 years ago
Garrett Mills fdcd80a43e
Add kernel modules and basic kernel handling
3 years ago
Garrett Mills 94add3d471
Add support for responses
3 years ago
Garrett Mills e298319bf5
Continue fleshing out HTTP request classes
3 years ago