aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpsys.h
Commit message (Collapse)AuthorAgeFilesLines
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-0/+1
| | | | * New option for zenserver - `--http-forceloopback` which forces opening of the server http server using loopback (local) connection (UE-199776) * add fallback to local connection for asio if we get access denied on public port
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+28
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it