Integration or example with ureq

ureq is a pleasingly simple HTTP client library. In ureq 3.x, I'm told that the transport is replaceable. Therefore we can, and probably should:

Experiment with integrating ureq and TorClient; decide if we need an adaptation layer (like the old arti-hyper); provide an example of this integration.

Part of #287