Implement vitastor-cli serve command to serve simple HTTP API

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:10:10 +03:00
parent d83eb599a0
commit 00a432193a
9 changed files with 562 additions and 39 deletions
+1
View File
@@ -36,5 +36,6 @@ std::string strprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2))
std::string format_datetime(uint64_t unixtime);
bool is_zero(void *buf, size_t size);
bool memcheck(uint8_t *buf, uint8_t byte, size_t len);
std::string urldecode(const std::string & orig);
#pragma GCC visibility pop