diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-12-29 03:58:11 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-12-29 03:58:11 +0100 |
commit | 1287f8015dd7306dedd9a818a17afff03d179f90 (patch) | |
tree | f4537f07604b51db4ef7292b0d907a2b3b515509 /README | |
parent | 20ce8a1a9bedfe1234dd7eb425b2b041f6a8332f (diff) | |
download | kit-1287f8015dd7306dedd9a818a17afff03d179f90.zip |
HTTP 1.1 impl, untested
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. |