aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/diagsvcs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* restructured zenhttp (#472)Stefan Boberg2023-10-131-135/+0
| | | separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it
* various zenhttp fixes from sb/protoStefan Boberg2023-06-301-9/+17
| | | | | | | | | * 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/+127