Tailsweep Utils's main purpose is to be a repository of classes which mostly are of non-complex type with little dependencies. However things like reading content from files or urls can be templatified and moved into classes like FileUtils or UrlUtils. For more specific needs I have created more complex utils like the HttpManager which of many things supports concurrency control (so you don't hammer the target). Enjoy!