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");

View file

@ -1,11 +1,10 @@
#include "httplib.hpp"
#include "http/httplib.h"
#include <csignal>
#include <filesystem>
#include <fstream>
#include <functional>
#include <iostream>
#include <locale>
#include <mutex>
#include "PromtCtlDocument.hpp"