===
* Added `jaraco.net.http.MethodRequest`, a urllib2.Request subclass which takes
a 'method' parameter.
* Consolidated many functions from jaraco.net.http to classes in
`jaraco.net.http.servers`.
* `whois-bridge` now runs the daemon. A new script `whois-bridge-service` is
installed on Windows only and specifically invokes the service.
* Removed `cookies` module.
* Refactored `dnsbl` module. Replaced `lookup_host` with `Service.lookup_all`.
See the module for other interface changes.
* Removed `headers` module (was experimental, now abandoned).
* Removed `html` module (it depends on htmllib, which was deprecated).