[FASTCGI] REST framework C++ library—Libmicrohttpd—libhttpserver

http://mailman.fastcgi.com/pipermail/fastcgi-developers/2009-June/000267.html


FYI - I have released a simple C++ library that works with fcgi and
provides a framework for implementing a REST-style web service
interface. I've been using it on a production (but low volume) sever
for a while without apparent problems.

http://sourceforge.net/projects/restcgi/ (requires http://sourceforge.net/projects/uripp/ as well)

Thanks to the list for all the help and insights over the years.

++++++++++++++++++++++++++++++

GNU Libmicrohttpd

GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU GNU Libmicrohttpd is free software and part of the GNU project. Key features that distinguish GNU Libmicrohttpd from other projects are:

++++++++++++++++++++++++++++++

C++ library for creating an embedded Rest HTTP server (and more)

libhttpserver is meant to constitute an easy system to build HTTP servers with REST fashion. libhttpserver is based on libmicrohttpd and, like this, it is a daemon library. The mission of this library is to support all possible HTTP features directly and with a simple semantic allowing then the user to concentrate only on his application and not on HTTP request handling details.
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(130) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
评论热议
原文地址:https://www.cnblogs.com/ztguang/p/12649288.html