aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpnull.h
Commit message (Collapse)AuthorAgeFilesLines
* add IHttpRequestFilter to allow server implementation to filter/reject ↵Dan Engelbrecht2026-02-131-0/+1
| | | | | requests (#753) * add IHttpRequestFilter to allow server implementation to filter/reject requests
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-111-5/+5
| | | | * refactored `HttpServer` so all subclass member functions are proctected, to make it easier to extend base functionality * added API service, can be used to enumerate registered endpoints (at `/api`). Currently only very basic information is provided
* HTTP plugin request debug logging (#587)Stefan Boberg2023-12-051-1/+1
| | | | | | * added log level control/query to LoggerRef * added debug logging to http plugin implementation * added GetDebugName() to transport plugin interfaces * added debug name to log output
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+30
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it