diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |