gyscos / coinched

A coinche server written in Rust
MIT License
4 stars 1 forks source link

Use HTTP response code to determine response type #5

Open gyscos opened 8 years ago

gyscos commented 8 years ago

Instead of checking for an error field, check the HTTP response code. 200 => expect no error TBD => expect error