1
0
Fork 0

хозяйственная работа: переместите http библиотеку в подмодуль

This commit is contained in:
Arthur K. 2025-12-19 18:37:49 +03:00
parent 33191fa791
commit 666f9edd64
Signed by: wzray
GPG key ID: B97F30FDC4636357
6 changed files with 7 additions and 10247 deletions

View file

@ -1,4 +1,4 @@
#include "httplib.hpp"
#include "http/httplib.h"
int main() {
auto res = httplib::Client("127.0.0.1", 80).Get("/health");