shaka-packager/third_party/happyhttp
Kongqun Yang c8307c102e Update packager to work with gclient
Detail changes:
1. Add gclient DEPS (depenencies)
2. Update gyp_packager.py
3. Update .gitignore
4. Update third_party/happyhttp patch path
5. Add a new script in happyhttp to reset the patch before re-sync

Change-Id: I30f0beb94a56ae8aff3b25bb16fe76a7b07e3d54
2014-03-20 00:56:36 +00:00
..
patches Update packager to work with gclient 2014-03-20 00:56:36 +00:00
README.packager Remove submodules, third_party, testing, and tools 2014-03-20 00:56:02 +00:00
git_reset.py Update packager to work with gclient 2014-03-20 00:56:36 +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.