Skip to content

Releases: deadmann/AdvancedRestHandler

v1.7.0

13 May 11:23
5b151ad

Choose a tag to compare

Fix issue regarding sending empty request body with FormUrlEncoded request

v1.6.0

23 Apr 23:29

Choose a tag to compare

Support for changing SslProtocols, such as TSL1, TSL1.2, SSL1 ...

v1.5.0

22 Apr 21:09
30bfafd

Choose a tag to compare

Support for external HttpClient and IHttpClientFactory (Fix End of URL will not work with this constructor, as it needs pre-initialization)

v1.4.0

28 Jun 09:16
e574715

Choose a tag to compare

Fix a bug regarding the empty response from server, and use of model inheriting the ArhRespons, resulting to null value.

v1.3.0

16 Dec 15:01

Choose a tag to compare

fix version number

V1.2.0

02 Oct 15:27

Choose a tag to compare

Added supports for PUT, PATCH, and DELETE methods.

Package Info Updated

29 Sep 12:41
facc651

Choose a tag to compare

1.1.1

Update README.md

v1.1.0

26 Sep 12:19

Choose a tag to compare

  • Namespace changed due to conflict with class name, from "AdvancedRestHandler" to "Arh"

First Release

22 Sep 21:45

Choose a tag to compare

v1.0.0

Support for custom Timeout value, both globally and per request.