summaryrefslogtreecommitdiff
path: root/internal/curl/README
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-03-10 02:35:08 +0100
committerJulian Hurst <ark@mansus.space>2024-03-10 02:35:08 +0100
commit89173069e85416539b1256ed1ae1c77e89550ae6 (patch)
treed2f42c63b91306ad1b4693737ab1e35514d746b9 /internal/curl/README
parent69712258bafda1258454e6336faabf527f207e3b (diff)
downloadhacurl-89173069e85416539b1256ed1ae1c77e89550ae6.tar.gz
Allow retrieving in memory response struct, and cleanup
Diffstat (limited to 'internal/curl/README')
-rw-r--r--internal/curl/README1
1 files changed, 1 insertions, 0 deletions
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.