# http_c **Repository Path**: suomier/http_c ## Basic Information - **Project Name**: http_c - **Description**: C语言实现http协议、实现异步调用 - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-01-29 - **Last Updated**: 2024-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http_c #### 介绍 C语言实现http协议、实现异步调用 #### 软件架构 http.c c语言模拟http协议 async_http.c 实现异步访问 #### 环境 开发环境: vs2017 编译环境: Ubuntu 1604 #### 编译 1. 使用vs跨平台编译`async_http.c`时,在工程->属性->链接器->输入->附加依赖项中添加 `-lpthread` 2. gcc直接编译命令: `gcc http.c -o http` `gcc async_http.c -o async_http -lpthread` #### 持续更新 暂无