Skip to content

Releases: scottoffen/fluenthttpclient

5.0.1

04 Dec 02:40
5903519

Choose a tag to compare

Release '5.0.1'

5.0.0-rc4

29 Nov 05:33
cb8915d

Choose a tag to compare

Release '5.0.0-rc4'

5.0.0

29 Nov 18:45
31a8034

Choose a tag to compare

Release '5.0.0'

5.0.0-rc3

28 Nov 04:27
5a79452

Choose a tag to compare

Release '5.0.0-rc3'

5.0.0-rc2

22 Nov 06:48
ea8ef61

Choose a tag to compare

Release '5.0.0-rc2'

5.0.0-rc1

22 Nov 00:33
6cfabdc

Choose a tag to compare

Release '5.0.0-rc1'

4.2.3

21 Jun 05:00
635dde3

Choose a tag to compare

Fixes issue where an unnecessary question mark (?) was being added to the end of the url if there were no query parameters.

4.2.2

21 Jun 01:38
b4ed479

Choose a tag to compare

Update Default Version

The default Version on the HttpRequestMessage has been updated from 1.0 to 2.0.

Query Parameters

Updates how query parameters are added and stored in order to allow for multiple values for the same key. Previously, if a key was added twice, only the second value ended up in the query parameters.

Disable Chunked Transfer Encoding

When using the extension method WithJsonContent(), the Content-Length header gets set to -1. In most cases, this is not an issue. In most cases, this is the desired and correct behavior. Occasionally it is not. See this issue for more information.

In those rare cases where this causes issues with the server you are communicating with, this behavior can now be disabled using the new DisableChunkedTransferEncoding() extension method.

4.2.1

01 Jun 04:42
0fdba62

Choose a tag to compare

  • Adds extensions for sending XML content

4.0.0

31 Mar 02:00
feabb32

Choose a tag to compare

  • Adds and publishes summary documentation
  • Refactored builder to create new HttpRequestMessage on every send operation.
  • Removes OnHttpRequestException handler. Use Polly instead.
  • More expansive extension methods! Much wow!