# http-tiny **Repository Path**: frenzy/http-tiny ## Basic Information - **Project Name**: http-tiny - **Description**: http-tiny library improvments (POST, Auth, Thread) - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-12-14 - **Last Updated**: 2022-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README http-tiny ========= http-tiny 1.2 improvments http-tiny is good implementation of HTTP for embedded applications. For support basic auth you should be implement your own function for base64 encoding or use another one, see http-basic-auth.c for example of implementation. Added multi-thread support with functions httpmt. - http\_post added - http\_set\_basic\_auth added - http_read_buffer_eof (GET/POST support for read body without Content length header field) - httpmt\_\*. TODO - Update manual pages.