Skip to content

Flurl.Http 1.1.1

Compare
Choose a tag to compare
@tmenier tmenier released this 24 Nov 01:49
· 658 commits to master since this release
  • Added more variations of query param asserts (#102)
  • Added HttpTest.ShouldHaveMadeACall() and HttpTest.ShouldNotHaveMadeACall()
  • Added HttpCallAssertion.Without(Func<HttpCall, bool> match) for testing "not" conditions
  • HttpCall.Url is now a Flurl.Url object instead of a string (non-breaking since Url implicitly converts to string)
  • Better messages when Flurl's call assertions fail