aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* support for multiple http servers (#473)Stefan Boberg2023-10-131-129/+104
| | | | | | * added support for having multiple http servers active in one session * added configuration API to pluggable transports * removed pimpl pattern from some pluggable transports implementations
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+781
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it