I am endeavoring to make a shoes app that can control a simple network appliance via HTTP. It is noteworthy that the appliance might not be online, or the network connection might be spotty.
Does the builtin "download" function sport anything in the way of error handling? Request timeouts? If the server doesn't respond does the thread just wait around like a lonely pup? If the server does something unexpected, does an error get thrown? An event fired? Did somebody call the cops? It's times like this when I feel like Shoes classes could really use some rdoc lovin. :3 I don't know the properties of certain classes like Shoes::Download and Shoes::Border, but it would be awexome to just explore around and see what they can has to offer. - - Jesse
