Skip to content

1.5.1.0 HttpClient improvement

Compare
Choose a tag to compare
@michaelgantman michaelgantman released this 04 Jul 20:01
· 50 commits to master since this release

This is a minor release with no method signatures changes. The change is in the HttpClient class. Now if the Http request fails but the server returns some useful data, it will be read and returned as a result. The typical example is when an HTTP server responds with a 404, which will cause a FileNotFoundException to be thrown in connect, but the server sent an HTML help page with suggestions as to what to do.