From 89173069e85416539b1256ed1ae1c77e89550ae6 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sun, 10 Mar 2024 02:35:08 +0100 Subject: Allow retrieving in memory response struct, and cleanup --- internal/curl/README | 1 + 1 file changed, 1 insertion(+) create mode 100644 internal/curl/README (limited to 'internal/curl/README') diff --git a/internal/curl/README b/internal/curl/README new file mode 100644 index 0000000..8c56760 --- /dev/null +++ b/internal/curl/README @@ -0,0 +1 @@ +Basic hare bindings for libcurl's C API. Must be compiled with hare build $(pkg-config --libs-only-L --libs-only-l libcurl) ... to add the proper linker flags. -- cgit v1.2.3