From 1287f8015dd7306dedd9a818a17afff03d179f90 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 29 Dec 2023 03:58:11 +0100 Subject: HTTP 1.1 impl, untested --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') 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. -- cgit v1.2.3