aboutsummaryrefslogtreecommitdiff
path: root/zencore/httpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* WriteResponse stub for CbPackage responses (awaiting decision on format with ...Stefan Boberg2021-08-281-0/+9
* Fixed Http CbPackage readingStefan Boberg2021-08-241-6/+4
* Added HttpServerRequest::ReadPayloadPackage()Stefan Boberg2021-08-231-0/+18
* Restructured http server code in preparation for cross platform implementationStefan Boberg2021-08-201-47/+66
* constinit -> const for now so that the code builds with the non-preview compilerStefan Boberg2021-05-251-6/+6
* Added content type to IoBuffer payloads from http serverStefan Boberg2021-05-231-3/+8
* Added ZenContentType enum to iobuffer.hStefan Boberg2021-05-221-0/+5
* Added HttpServerRequest::RequestContentType()Stefan Boberg2021-05-191-3/+45
* Added chunking to HttpSysServerRequest::ReadPayload to deal with large payloa...Stefan Boberg2021-05-121-1/+5
* Adding zenservice codeStefan Boberg2021-05-111-0/+1459