aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* restructured zenhttp (#472)Stefan Boberg2023-10-131-370/+0
| | | separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it
* experimental pluggable transport support (#436)Stefan Boberg2023-10-101-2/+5
| | | this change adds a `--http=plugin` mode where we support pluggable transports. Currently this defaults to a barebones blocking winsock implementation but there is also support for dynamic loading of transport plugins, which will be further developed in the near future.
* factored out http parser from asio into separate files (#444)Stefan Boberg2023-10-031-0/+367
factored out http request parsing from httpasio into separate files to enable code to be reused for different transports