EyeballKid
05-09-2006, 08:39 AM
Hi all,
I've written a small C++ library for issuing HTTP requests and handling responses as they come back.
I wrote it to implement a online high score table for a game.
I figured maybe someone else would find it useful, so I've released it under the zlib/libpng license.
Features
Simple to integrate - just drop in the .h and .cpp files
Non-blocking operation (for use in update loops)
Supports pipelining. You can issue multiple requests without waiting for responses.
Licensed under the zlib/libpng license.
Cross-platform (I've tested it on OSX, Linux and Windows)
Homepage: http://www.scumways.com/happyhttp/happyhttp.html
Feedback welcome!
I've written a small C++ library for issuing HTTP requests and handling responses as they come back.
I wrote it to implement a online high score table for a game.
I figured maybe someone else would find it useful, so I've released it under the zlib/libpng license.
Features
Simple to integrate - just drop in the .h and .cpp files
Non-blocking operation (for use in update loops)
Supports pipelining. You can issue multiple requests without waiting for responses.
Licensed under the zlib/libpng license.
Cross-platform (I've tested it on OSX, Linux and Windows)
Homepage: http://www.scumways.com/happyhttp/happyhttp.html
Feedback welcome!