HttxLib is an HTTP(s) Python library to communicate on top of
Python's httplib and urllib2, suited for multithreaded/multidomain
applications

Copyright (C) 2010-2011  Daniel Rodriguez (aka Daniel Rodriksson)
Copyright (C) 2011  Sensible Odds Ltd

You can learn more and contact the author at:

    http://code.google.com/p/httxlib/

HttxLib is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

HttxLib is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with HttxLib. If not, see <http://www.gnu.org/licenses/>.

-----
HttxLib uses some Python functions verbatim. These functions are
distributed under the terms of the PSF License version 2.

A copy is included in LICENSE

