Skip to content

Releases: wazzamatazz/HttpRequestTransformer

2.2.0

27 Sep 07:02
Compare
Choose a tag to compare

Changes:

  • Add HttpClientFactory class to simplify creation of HTTP clients and pipelines in applications that are not using dependency injection.

2.1.0

09 Jun 12:58
Compare
Choose a tag to compare

Changes:

  • Adds new delegating handlers for compressing outgoing HTTP content using GZip or Brotli compression (latter on .NET Standard 2.1 or later only).

2.0.0

05 Feb 13:14
05cfe7a
Compare
Choose a tag to compare

Breaking Changes:

  • HttpRequestTransformHandler has been removed.
  • HttpRequestTransformDelegate is now called BeforeSendDelegate.
  • HttpResponseTransformDelegate is now called ResponseReceivedDelegate.

Other Changes:

  • Functionality offered by old HttpRequestTransformHandler type has been moved to new HttpRequestPipelineHandler type.
  • HttpRequestPipelineHandler allows you to define delegates that will be invoked before a request is sent, after a response is received, or both.

1.1.0

05 Feb 07:57
Compare
Choose a tag to compare
  • Adds the ability to inspect/modify a received HttpResponseMessage, as well as inspect/modify an HttpRequestMessage before it is sent.