TheThing
  • Joined on 2022-01-07
TheThing pushed to master at TheThing/service-core 2022-03-27 16:02:58 +00:00
99d7a0655d lib: Now generates a valid config and enforces provider on lib to be static
TheThing pushed to master at TheThing/service-core 2022-03-27 15:12:09 +00:00
95d72fc404 Application: Expose some helper classes to application through ctx.sc
TheThing pushed to master at TheThing/flaska 2022-03-27 14:48:16 +00:00
975646d336 Flaska: If http server supports listenAsync (service-core for example) then use that instead of callback listen()
TheThing pushed to master at TheThing/flaska 2022-03-27 00:30:59 +00:00
b97e34c1eb Flaska: HEAD request support across the board.
TheThing pushed to master at TheThing/flaska 2022-03-26 15:59:53 +00:00
d4bac4940e FileResponse: Pre-build range regex and re-use it for performance benefits
TheThing pushed to master at TheThing/flaska 2022-03-26 15:50:23 +00:00
499cfa8ce0 FileResponse: Completely finished all HTTP/1.1 support for file handling including range, preconditions, modified and so much more.
TheThing pushed to master at TheThing/flaska 2022-03-25 13:26:14 +00:00
cfd56f83ae requestEnd: Now properly supports ctx.headers and properly sends all headers to res with status code using writeHead
TheThing pushed to master at TheThing/flaska 2022-03-24 15:50:32 +00:00
acb099868b CorsHandler: Finished implementing a full CORS support
TheThing pushed to master at TheThing/flaska 2022-03-24 09:29:59 +00:00
7b682e8e95 Constructor: Support for defaultHeaders was added with default secure options.
TheThing pushed to master at TheThing/flaska 2022-03-21 07:34:05 +00:00
e50e9f8a94 Flaska: Add basic head support
TheThing pushed to master at TheThing/flaska 2022-03-17 15:09:23 +00:00
28b4f6ea33 Flaska: Testing and Version 1.0.0 released
TheThing released v0.9.9 at TheThing/flaska 2022-03-16 11:45:16 +00:00
TheThing pushed tag v0.9.9 to TheThing/flaska 2022-03-16 11:45:16 +00:00
TheThing pushed to master at TheThing/flaska 2022-03-16 10:41:30 +00:00
9c43b429c4 flaska: Add jsonhandler and basic httperror class
TheThing pushed tag v0.9.8 to TheThing/flaska 2022-03-16 10:36:43 +00:00
TheThing pushed to master at TheThing/flaska 2022-03-13 02:06:08 +00:00
5a28a0cf78 appveyor: Add build scripts and remove circleci
TheThing pushed to master at TheThing/service-core 2022-03-13 01:22:47 +00:00
2edcedb1b7 cli: Add basic install support for linux
TheThing pushed to master at TheThing/sc-helloworld 2022-03-12 22:45:07 +00:00
fbf2f5958c server: Don't overwrite host, use service-core defaults
TheThing pushed to master at TheThing/sc-helloworld 2022-03-12 22:34:35 +00:00
1c85867278 package.json: Increment version
TheThing pushed to master at TheThing/sc-helloworld 2022-03-12 22:33:30 +00:00
4dab6ea05d server: Read local package.json as opposed to the one in the runner folder