Skip to content

Releases: djmnz/RestFluencing

Fix for Patch extension

22 Jun 03:19
Compare
Choose a tag to compare

MultipartContent support

13 Jun 10:58
647b5db
Compare
Choose a tag to compare

Support for submitting multipartcontent requests.
Fixes #13

Fixed Bug on RequestContext

05 May 06:46
Compare
Choose a tag to compare

Bug was found on the BeforeRequest event where the RequestContext was not being populated correctly. #14

Found when working on multipart custom client experiment.
Added tests

Dotnet Standard support and a few fixes

05 Apr 23:01
281ee82
Compare
Choose a tag to compare

Migrated RestFluencing.Core and RestFluencing.JsonSchema to allow .Net Framework 4.5 and DotnetStandard2 #9

Refactored the HttpApiClient to help extending it. #8

Merged the Response Headers with the Content Headers #10

Added Patch extension to the RestConfigration #10

Added the appveyor.yml to the code.

bug fix for response headers

27 Nov 22:55
Compare
Choose a tag to compare
0.9.2

Merge branch 'master' of https://github.com/djmnz/RestFluencing

0.9.0

25 Jan 07:02
Compare
Choose a tag to compare
added model sample to example