| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it
|
| |
|
| |
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 request parsing from httpasio into separate files to enable code to be reused for different transports
|