aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpasio.h
Commit message (Collapse)AuthorAgeFilesLines
* add simple http client tests (#751)Dan Engelbrecht2026-02-121-0/+2
| | | * add simple http client tests and fix run loop of http server to not rely on application quit
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-051-1/+8
| | | * implement --dedicated option on asio http server
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-1/+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/+11
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it