sean7512 / RestEssentials

Lightweight REST and JSON library for Swift.
MIT License
37 stars 12 forks source link

By default status codes are not checked and are passed back to the ca… #4

Closed sean7512 closed 8 years ago

sean7512 commented 8 years ago

…ller to handle

@ThomsonIT can you please take a look at this and let me know your thoughts? By default, the status codes are not checked (you can force it to check by adding an expectedStatusCode in the options). The httpResponse (which contains the status code) is returned back to the caller.