shaka-packager/third_party/happyhttp
Kongqun Yang 4a8e868e8f Remove submodules, third_party, testing, and tools
This is preparing for gclient switching.

Build break is expected. Some change in build script is required.

Change-Id: I4ebb78d3ae3114318c101ff4927954c89fce9a1d
2014-03-20 00:56:02 +00:00
..
patches Patch happyhttp source to make it work in linux. 2013-12-03 10:48:33 -08:00
README.packager Remove submodules, third_party, testing, and tools 2014-03-20 00:56:02 +00:00
happyhttp.gyp A simple HTTPFetcher implementation using happyhttp. 2014-01-06 22:02:36 +00:00

README.packager

Name: happyhttp
URL: https://github.com/Zintinio/HappyHTTP
Version: 0.1
License: zlib/libpng
License File: http://opensource.org/licenses/zlib-license.php

Description:
HappyHTTP is a simple C++ library for issuing HTTP requests and processing
responses.

Modifications:
- Fix _stricmp undefined problem in linux. Use strcasecmp instead.
- "www.scumways.com" should be "scumways.com" in test.cpp.