aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Some error handling improvements in zenhttpStefan Boberg2021-09-121-5/+4
| | | | Primarily replaces some exception usage with std::error_code
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-34/+8
| | | | Also removed initial CbPackage API HttpServer changes as I have decided to take a different approach
* Added MapContentTypeToString() helper functionStefan Boberg2021-09-101-3/+3
|
* clang-formatStefan Boberg2021-09-091-0/+2
|
* Parse Accept mime type (ad hoc cherry pick from main)Stefan Boberg2021-09-091-0/+2
|
* Added compile time logic to toggle http.sys / null http implementation on/offStefan Boberg2021-09-091-8/+7
|
* Factored out http server related code into zenhttp module since it feels out ↵Stefan Boberg2021-09-093-0/+473
of place in zencore