Skip to content

Releases: svmukhin/sergeim-http

0.4.1

25 Feb 21:20
76a6620

Choose a tag to compare

What's Changed

  • Correctly handles content-type header with parameters by @svmukhin in #8

Full Changelog: 0.4.0...0.4.1

0.4.0

04 Feb 21:00
6d80e9a

Choose a tag to compare

What's Changed

  • fix(#3): make override the AssertStatus method by @svmukhin in #5
  • fix(#4): rename the string overload: Use WithUri(string) by @svmukhin in #6

Full Changelog: 0.3.0...0.4.0

0.3.0

03 Feb 13:21
dcb43bd

Choose a tag to compare

What's Changed

  • update dependency SergeiM.Json to 0.2.0 by @svmukhin in #2

Full Changelog: 0.2.0...0.3.0

0.2.0

15 Jan 09:44
b289250

Choose a tag to compare

What's Changed

  • use immutable request instances rather than mutating the existing object. by @svmukhin in #1

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

28 Dec 20:17
fcd3566

Choose a tag to compare

Use SergeiM.Json in JsonResponse

20 Dec 20:26
918a7bc

Choose a tag to compare

Initial release

14 Dec 10:00
a1625d4

Choose a tag to compare

A fluent HTTP client library for .NET that provides a pure OOP approach to building and executing HTTP requests with method chaining. Supports wire decorators for authorization, retries, and custom request handling.