HappyHTTP

HappyHTTP is a simple C library for issuing HTTP requests and processing responses.
Download

HappyHTTP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • zlib/libpng License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Campbell
  • Publisher web site:
  • http://www.scumways.com/happyhttp/happyhttp.html

HappyHTTP Tags


HappyHTTP Description

HappyHTTP is a simple C library for issuing HTTP requests and processing responses. HappyHTTP is a simple C library for issuing HTTP requests and processing responses.Here are some key features of "HappyHTTP":· Simple to integrate - just drop in the .h and .cpp files· Easy-to-use interface (example)· Non-blocking operation, suitable for use in game update loops· Supports pipelining. You can issue multiple requests without waiting for responses.· Licensed under the zlib/libpng license.· Cross-platform (Linux, OSX, Windows, at least)Usage: The interface is based loosely on Pythons httplib. I've kept the same terminology where possible.All HappyHTTP code is kept within the happyhttp namespaceTo issue and process a HTTP request, the basic steps are: · Create a connection object· Set up callbacks for handling responses· Issue request(s)· 'pump' the connection at regular intervals. As responses are received, the callbacks will be invoked.


HappyHTTP Related Software