# libghttps **Repository Path**: ybn187/libghttps ## Basic Information - **Project Name**: libghttps - **Description**: libghttp支持https的版本。 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2022-03-25 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libghttp ======== libghttp-1.0.9 支持https,http, get,post 编译: gcc ghttp.c http_base64.c http_date.c http_hdrs.c http_req.c http_resp.c http_trans.c http_uri.c -I. krypton.c -shared -o libghttp.so -fpic test编译: gcc test.c -o test -lghttp -I. -L.