aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpsys.h
Commit message (Collapse)AuthorAgeFilesLines
* http and httpsys config options (#401)Dan Engelbrecht2023-09-141-1/+8
| | | | * Added `--http-threads`, `--httpsys-async-work-threads`, `--httpsys-enable-request-logging` and `--httpsys-enable-async-response` command line options to zenserver * remove unused CreateHttpSysServer
* Close down http server gracefully when exiting even while requests are still ↵Dan Engelbrecht2023-05-111-0/+1
| | | | | being processed (#290) * Close down http server gracefully when exiting even while requests are still being processed
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+90
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees