Sometrik / httpclient

Wrapper for different HTTP clients such as libcurl or Android HttpURLConnection
MIT License
11 stars 6 forks source link

Check the exception type and issue correct status code #16

Closed rekola closed 7 years ago

rekola commented 7 years ago

For example, if the thrown exception is FileNotFoundException the status code should be 404.