解析HTTP客户端请求的数据C语言接口 - Generic Apache Request Library

fmms 12年前
     Generic Apache Request Library (libapreq) 提供了C语言的接口用来解析HTTP客户端请求的数据、文件上传、Cookie等。    <ul type="square">     <li>解析 application/x-www-form-urlencoded 数据</li>     <li>解析 multipart/form-数据</li>     <li>解析 HTTP cookies</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1327502068468" target="_blank">http://www.open-open.com/lib/view/home/1327502068468</a></p>