mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-21 23:32:15 +00:00
We would like to extend the httpd capabilities and use it for the API implementation. The first step is to make it a library with main that calls an instanse. This break the implementation to a header file, implementation and main, that simply calls the implementation. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>