ICKelin / Cover

一个用C语言开发的简单HTTP服务器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cover是什么

cover是一个用c写的后端开发库,用来解析HTTP库并提供模块接口以及接口回调处理,将Cover集成可以将关注点在业务处理当中,目前支持用C开发后端接口。

如何使用Cover

为了说明如何使用Cover,可以查看Cover的一个Demo示例扫雷网页版/mine

关于作者

What is Cover

cover is a develop library written in c, it is used for c programmer to write http interface and the developer can focus on the business handle. Currently it is mainly provide for c programmer.

How to use Cover

there are to methods, the first one is to read the main.cpp function, the second is to read the demo for Cover in mine

Aboutn the author

About

一个用C语言开发的简单HTTP服务器


Languages

Language:C++ 96.0%Language:C 2.2%Language:HTML 0.9%Language:Makefile 0.9%Language:JavaScript 0.1%