aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing/httptest.h
Commit message (Expand)AuthorAgeFilesLines
* Refactored websocket message.Per Larsson2022-02-211-1/+3
* Basic websocket service and test.Per Larsson2022-02-181-1/+3
* structured cache: fixed how HEAD requests are handledStefan Boberg2021-09-301-2/+4
* Added simple compact binary endpoint for JSON testingStefan Boberg2021-09-271-1/+4
* Changed logging implementationStefan Boberg2021-09-151-1/+1
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-2/+1
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-131-5/+12
* Package filtering related test codeStefan Boberg2021-09-131-2/+15
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-7/+0
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-091-1/+1
* Introduced dedicated HTTP testing service, used during development to exercis...Stefan Boberg2021-09-081-0/+34