summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.