-- Check for HTTP 1.0, CONNECT and 200 Ok to avoid httplib closing a valid tunnel (Resolves issue 7)
1.01
-- Support for external authentication handlers (that could handle kerberos, negotiate, ...)
1.00
-- Tunnels can now be opened manually (and left in binary non-ssl mode) -- New methods tunnelconnect and urltunnel to manipulate tunnels at HttxConnection level (both accept HttxReq or url string)
0.99
-- urlopen and request methods now can accept strings (url) and HttxRequest to fecth a url -- httplib was closing connections that received no content (like Connect or even 202/204 responses) - hacked
0.98
-- Added full support for "connect" even over a https proxy with the option to disable it -- Authorization supports multiple challenges in one answer (the library can still only answer basic and digest) -- Moved the definition of tclock to httxutil
0.97
-- Use time.time instead of time.clock on non-windows platforms (Closes issue 4) -- Correct import list to complete issue 1 (Closes issue 5)