Skip to content

cybergarage/uhttp-cc

Repository files navigation

µHTTP for C++

GitHub tag (latest SemVer) Build Status

µ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.

Building and Installation

µHTTP for C++ for C is distributed as an Automake project, and so you can install the library from the source codes with the following commands:

./boostrap
./configure
make install

macOS

For macOS platforms, you can easily install using Homebrew with the following brew commands:

brew tap cybergarage/homebrew
brew install uhttp++

References

Examples

  • httpget
    • Simple HTTP client application like curl utility.
  • fsserver
    • Simple HTTP server application to return file contents in the specified local directory.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published