您的位置:首页 > 理论基础 > 计算机网络

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

2016-02-01 00:00 1081 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: