aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/testing/httptest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added missing includes (#504)Stefan Boberg2023-10-271-0/+1
| | | | | this change adds some includes to files which "inherit" includes from elsewhere this was exposed on another branch when removing some heavy dependencies from central headers
* removed websocket protocol support(#445)Stefan Boberg2023-10-041-32/+0
| | | removed websocket support since it is not used right now and is unlikely to be used in the future
* various zenhttp fixes from sb/protoStefan Boberg2023-06-301-0/+4
| | | | | | | | | * Made HttpHealthService use locks to serialize access to state * Added ToString(HttpResponseCode HttpCode) * Added support for JS source maps * Moved IHttpStatsProvider/IHttpStatsService * Enabled enumeration of stats providers * Disabled build of HttpTestingService unless ZEN_WITH_TESTS is defined
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-021-0/+207