Indy and REST - Can I prevent exceptions?
问题 Is there a way to prevent Indy from raising exceptions on any/all HTTP statuses? My understanding of the IgnoreReplies array is that it'll prevent those statuses from ever coming back, but that's not what I want. I want ALL statuses coming back, and none of them to raise an exception. There are plenty of REST services that return 404 for example, and that's considered a perfectly "valid" response. I really don't want 1/2 of my code in exception handlers, so is there way to get the current