Skip to content

Releases: PureKrome/HttpClient.Helpers

Constructor DI/IoC all the things!

23 Nov 01:05
Compare
Choose a tag to compare
  • BREAKING CHANGE: Constructors have been refactored to accept only one main argument type. Makes it easier to discover the api.
  • Can now test to see how many times the expected endpoint was 'hit' with a new NumberOfTimesCalled property on the HttpMessageOptions class.

Removed Factory and internal caching/wildcard improvements

10 Nov 02:23
Compare
Choose a tag to compare
  • Breaking Change: removing the Factory as it felt like it was just being a Service Locator (which isn't good, in this scenario).
  • Some internal caching improvements and wildcard improvement support.

Querystring bugfix

07 Nov 06:17
Compare
Choose a tag to compare
  • Fixed a bug when the url to test has a querystring value.

Adding HttpMessageOptions

11 Aug 23:30
Compare
Choose a tag to compare

New HttpMessageOptions class so we can now also test for the HttpMethod (GET/POST, etc).