Vatavuk / verano-http

Java HTTP Client in OOP style
MIT License
54 stars 6 forks source link

FailWith #21

Closed Vatavuk closed 5 years ago

Vatavuk commented 5 years ago

Instead of

new ExpectedStatus("Cannot fetch from Google", 301)

use

new ExpectedStatus(301, new FailWith("CannotFetch from Google))

Note: Status code should always go before fail message