# libcurl_http_post **Repository Path**: ysguoqiang/libcurl_http_post ## Basic Information - **Project Name**: libcurl_http_post - **Description**: 使用libcurl库post数据至python的bottle server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-07-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目的: 使用libcurl库在c/c++程序中向http服务器post数据 使用环境: Windows 使用工具: VS2013, libcurl 64位库 python bottle 作为测试服务器, python requests 作为测试客户端(确保c/c++客户端与requests客户端行为一致) 注:本工程中python使用的版本为3.4