summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-12-29 03:58:11 +0100
committerMitya Selivanov <automainint@guattari.tech>2023-12-29 03:58:11 +0100
commit1287f8015dd7306dedd9a818a17afff03d179f90 (patch)
treef4537f07604b51db4ef7292b0d907a2b3b515509 /README
parent20ce8a1a9bedfe1234dd7eb425b2b041f6a8332f (diff)
downloadkit-1287f8015dd7306dedd9a818a17afff03d179f90.zip
HTTP 1.1 impl, untested
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index afa93cf..3dfc507 100644
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ Features
- Async functions (coroutines)
- Vector and color math
- XML
+ - HTTP 1 client
Preprocessor options
- KIT_DISABLE_SHORT_NAMES - Disable short names for functions and types.
@@ -40,5 +41,8 @@ Preprocessor options
C11 threads implementation was forked from the Mesa source code.
* https://gitlab.freedesktop.org/mesa/mesa
+HTTP1 implementation was forked from the picohttpclient
+* https://github.com/csachs/picohttpclient
+
Folder "/include" contains single header-only version of this library.
Use "#define KIT_IMPLEMENTATION" to enable implementation code.