Skip to content

2.2.0

Compare
Choose a tag to compare
@kampute kampute released this 07 May 09:38
· 5 commits to master since this release
f429ecc

This release introduces improved flexibility for managing headers and properties within scopes:

  • The BeginHeaderScope method now allows for the removal of headers. To remove a header during the scope's lifetime, in the collection of scoped headers, simply set its value to null.
  • Similarly, the BeginPropertyScope method facilitates the removal of request properties by setting the property value to null.

These changes ensure more dynamic control over HTTP headers and properties, simplifying customization per request.

Thank you for your attention to this update!