aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing/httptest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored websocket message.Per Larsson2022-02-211-12/+19
* Basic websocket service and test.Per Larsson2022-02-181-0/+27
* Unused lambda capture compile fixesMartin Ridgers2022-01-101-10/+10
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-4/+2
* Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-061-0/+41
* structured cache: fixed how HEAD requests are handledStefan Boberg2021-09-301-0/+17
* Added simple compact binary endpoint for JSON testingStefan Boberg2021-09-271-0/+11
* Implemented intended package streaming API flow (but currently it "streams" f...Stefan Boberg2021-09-131-4/+3
* Added client implementation of CbPackage filter/transactStefan Boberg2021-09-131-0/+10
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-131-11/+27
* Package filtering related test codeStefan Boberg2021-09-131-0/+42
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-11/+2
* Introduced dedicated HTTP testing service, used during development to exercis...Stefan Boberg2021-09-081-0/+48