/uhttp-cc

uHTTP for C++ is a developer framework for HTTP client and server applications.

Primary LanguageC++

µHTTP for C++

µHTTP for C++ is a developer framework for HTTP client and server applications. The framework was forked from mUPnP for C++ v1.7.2 except the UPnP and SOAP functions.

mUPnP for C++ was developing for embedded platforms, but I will improve the framework for enterprise platforms in the future.

Repositories

Examples

As sample applications using µHTTP for C++, the package has some simple examples. httpget and fsserver. The httpget a simple HTTP client application like curl utility. The fsserver is a simple HTTP server application to return file contents in the specified local directory.