aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpuws.cpp
Commit message (Collapse)AuthorAgeFilesLines
* asio HTTP implementation (#23)Stefan Boberg2021-10-141-94/+0
| | | asio-based HTTP implementation
* minor edits to uWS testcodeStefan Boberg2021-09-281-14/+10
|
* zenserver can now run as a Windows service. We'll still need to improve how ↵Stefan Boberg2021-09-171-1/+3
| | | | data files are found as the current defaults are relative to the user directory which ends up being in the Windows folder when running as the local system user
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-7/+22
| | | | Also removed initial CbPackage API HttpServer changes as I have decided to take a different approach
* Squelch some more uWS warningsStefan Boberg2021-09-111-1/+1
|
* Added warning disable for latest uWSStefan Boberg2021-09-101-1/+1
|
* Added beginnings of a uWS http front-endStefan Boberg2021-09-101-0/+81