2013-12-03 18:48:33 +00:00
|
|
|
Name: happyhttp
|
2014-03-18 22:52:02 +00:00
|
|
|
URL: https://github.com/Zintinio/HappyHTTP
|
|
|
|
Version: 0.1
|
2013-12-03 18:48:33 +00:00
|
|
|
License: zlib/libpng
|
|
|
|
License File: http://opensource.org/licenses/zlib-license.php
|
|
|
|
|
|
|
|
Description:
|
2014-03-18 22:52:02 +00:00
|
|
|
HappyHTTP is a simple C++ library for issuing HTTP requests and processing
|
|
|
|
responses.
|
2013-12-03 18:48:33 +00:00
|
|
|
|
|
|
|
Modifications:
|
|
|
|
- Fix _stricmp undefined problem in linux. Use strcasecmp instead.
|
|
|
|
- "www.scumways.com" should be "scumways.com" in test.cpp.
|